nimit0703 / havaman

Build a React JS weather app using the OpenWeatherMap API. We will be using axios to connect with our API. There are probably a million ways to build a weather app and this is on a more basic level, but a great way to learn a few core fundamentals in React.

Home Page:https://nimit0703.github.io/havaman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a React JS weather app using the OpenWeatherMap API. We will be using axios to connect with our API. There are probably a million ways to build a weather app and this is on a more basic level, but a great way to learn a few core fundamentals in React.

Deployment to Github pages:

npm run build creates a build directory with a production build of your app. Set up your favorite HTTP server so that a visitor to your site is served index.html, and requests to static paths like /static/js/main..js are served with the contents of the /static/js/main..js file.

Access current weather data for any location including over 200,000 cities

We collect and process weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations

JSON, XML, and HTML formats

Included in both free and paid subscriptions

About

Build a React JS weather app using the OpenWeatherMap API. We will be using axios to connect with our API. There are probably a million ways to build a weather app and this is on a more basic level, but a great way to learn a few core fundamentals in React.

https://nimit0703.github.io/havaman/


Languages

Language:HTML 100.0%