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

https://github.com/alexsobiek/luc-comp-324-weatherapp


https://github.com/alexsobiek/luc-comp-324-weatherapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# LUC-COMP-324-WeatherApp

## Getting Started

### Requirements
- API key from [OpenWeatherMap](https://openweathermap.org)
- `API_KEY` environment variable set (`.env` is supported)

### Running
```shell
npm install
npm start
```