Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.01 KB

Weather Meme

Should I go out today?

You can see a demo on https://weather.abundzu.org


Dependency Support

How to start

Setup

  1. Clone the repo: git clone [email protected]:whydesign/weather_meme.git
  2. create an env.json in the project root directory
  3. Add your own OpenWeather and ipInfo API Key like this:
{
  "owmApiKey": "XXXXXXXXX",  // Your OpenWeather API Key
  "ipApiKey": "XXXXXXXXX"    // Your ipInfo API Key
}

Get your own API Keys