api-search / inbox

This is the inbox for new APIs.
0 stars 0 forks source link

Search for New APIs From Noun List #6

Open kinlane opened 1 week ago

kinlane commented 1 week ago

This task is focused on finding new APIs for inclusion in the search engine.

Steps:

  1. Pick Word from Noun List
  2. Enter Word into Google Search + API
  3. Look Through Top 10 for APIs
  4. Bookmark API and Add as Issue

This a never ending task that can be tackled anytime with many different words.

kinlane commented 1 week ago

This is the code to add as bookmarklet for bookmarking APIs.

javascript:void(window.open('https://github.com/api-search/inbox/issues/new?labels=new&title=%27+encodeURIComponent(document.title)+%27&body=%27+getSelection().toString()+%27 ~ %27+encodeURIComponent(location.href)));