Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.41 KB

CHECK.md

File metadata and controls

38 lines (30 loc) · 1.41 KB

BASICS

Github Organization

✅ Github Organization exists
✅ Github Organization assigned


NewsAPI

⛔ NewsAPI key missing:

  1. Please register at https://newsapi.org/register
  2. Login and get your API key at https://newsapi.org/account
  3. Assign the API key as new organization secret at https://github.com/organizations/ms2329-news/settings/secrets/actions/new
    • Name: NEWSAPI_KEY
    • Value: Your key here

GeonamesAPI

⛔ Geonames key missing:

  1. Please register with username (i.e.: ms2329_news) at https://www.geonames.org/login
  2. Assign the choosen username as new organization secret at https://github.com/organizations/ms2329-news/settings/secrets/actions/new
    • Name: GEONAMES_KEY
    • Value: Your username here

RapidAPI

⛔ RapidAPI key missing:

  1. Please register at https://rapidapi.com/auth/sign-up
  2. Login and 'Subscribe to Test' at https://rapidapi.com/bonaipowered/api/google-news22
  3. Make sure to enter 'Start Free Plan' and press 'Subscribe' - don't enter credit card data!
  4. Copy your API key from (X-RapidAPI-Key) from the same site
  5. Assign the API key as new organization secret at https://github.com/organizations/ms2329-news/settings/secrets/actions/new
    • Name: RAPIDAPI_KEY
    • Value: Your key here