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

https://github.com/akshaypx/weather-app-react

Displays weather of a particular city, along with some major cities. Made using react, material UI, openweather API, and axios.
https://github.com/akshaypx/weather-app-react

Last synced: 3 months ago
JSON representation

Displays weather of a particular city, along with some major cities. Made using react, material UI, openweather API, and axios.

Awesome Lists containing this project

README

        

## To run this on your system:

Clone this repo.
`git clone `

Go to directory in cli.
`cd `

Install all dependencies.
`npm i`

Serve this project.
`npm start`

This should open on your browser at localhost:3000