Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/developaul/climatesearcher-node

CLIMATE SEARCHER App: Node
https://github.com/developaul/climatesearcher-node

Last synced: about 2 months ago
JSON representation

CLIMATE SEARCHER App: Node

Awesome Lists containing this project

README

        

# Climate Searcher App: Node

## Getting started

Install dependencies

```
npm install
```

Api keys in the .env file

Example:

```
MAPBOX_KEY=HEREKEY
OPENWEATHER_KEY=HEREKEY
```

Start app

```
node app
```

### Enjoy!