maxdmyers / startpage

40 stars 7 forks source link

All Apis work #1

Closed adityasatalkar closed 5 years ago

adityasatalkar commented 5 years ago

Currently working :

  1. Retrieves news from newsapi.org API
  2. Gets weather forecast for the next 5 days from accuweather.com API
  3. Displays current weather using accuweather.com API
  4. Displays name of current City, State using accuweather.com API
  5. Dark mode enabled ( top right corner of the webpage )
  6. Displays Dummy data by default unless the user has provided the API Keys.

Things that need to be worked on :

  1. Google font does not work currently
  2. Page is not responsive. ( needs to be able to resize for various screen resolutions ).
  3. Need to add weather icons.