Dec 4, 2020
Starting off with Typescript template in React application, thought of making a simple project based on consuming Restfull-Api from openweathermap.
#Project Description
The client-side React appliction sends HTTP request to our Node/express server.
The Node/express server fetches json-api response using Axios HTTP requests library
Here’s a link to the project’s repo => Typesript-React-App ,
Stars and forks are appreciated
clone repo
- obtain api key from openweathermap
- Create/Touch
.env
file && add api_key="MY API KEY"
Run npm install
to install dependencies
Run npm run devStart
to start node server
Run npm start
to start react application.