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

https://github.com/jsonzilla/open_weather_map

The already classic interview toy project for test react use of our applicants
https://github.com/jsonzilla/open_weather_map

interview-questions open-weather-api react

Last synced: about 2 months ago
JSON representation

The already classic interview toy project for test react use of our applicants

Awesome Lists containing this project

README

          

# OpenWeatherMapAliClient
----

Web app that consume the API from https://openweathermap.org/, to show weather conditions.

# Require
Node.js

## Install
```
npm i create-react-app
npm i
npm start
```