bit-weather

XO code style Commitizen friendly

Weather app

Resources

Setup

Install

Install the dependencies (Use npm and not yarn!):

$ npm install

Environment

At the root of your project add a .env file with (Update based on your environment):

API_KEY=14284dd24af1fe73eef2bdf257f91c1d


### Running

And run the project (defaults to port `3000`):

```bash
$ npm run dev