Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasathravichandran/weather_forecast_nodejs
This is a weather forecasting application. It was developed under Node.js, Express.js, and third-party API like weatherstack, Mapbox. This application features getting forecast information based on the searched location.
https://github.com/prasathravichandran/weather_forecast_nodejs
expressjs handlebarsjs heroku-deployment mapboxapi nodejs third-party-api weatherstack-api
Last synced: 30 days ago
JSON representation
This is a weather forecasting application. It was developed under Node.js, Express.js, and third-party API like weatherstack, Mapbox. This application features getting forecast information based on the searched location.
- Host: GitHub
- URL: https://github.com/prasathravichandran/weather_forecast_nodejs
- Owner: PrasathRavichandran
- License: mit
- Created: 2020-06-11T12:41:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T08:44:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T05:21:01.392Z (30 days ago)
- Topics: expressjs, handlebarsjs, heroku-deployment, mapboxapi, nodejs, third-party-api, weatherstack-api
- Language: JavaScript
- Homepage: https://nodejs-weatherforecast-app.herokuapp.com/
- Size: 684 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Weather Forecast Application
This is a weather forecasting application, that I have created to display weather forecasting information for the searched location. I have utilized & Integrated the Weatherstack, Mapbox API to this application.
This project was developed on the top of [Node.js](https://nodejs.org/), integrating with [Weatherstack](https://weatherstack.com/) and [Mapbox](https://www.mapbox.com/) API. Node.js is very popular among developers nowadays. By including [express.js](https://expressjs.com/) module to the node.js, gives featureful web applications and APIs.
The utilization of [handlebars js](https://handlebarsjs.com/) provides semantic templates, fast execution, and give features to including JavaScript into templates. This project is merely my attempt to put something together based on the ideas put accross in Node.js course videos and documentation.
## Live Demo
This project is deployed in [Heroku](https://www.heroku.com/). Please visit (https://nodejs-weatherforecast-app.herokuapp.com/) or click [LIVE DEMO](https://nodejs-weatherforecast-app.herokuapp.com/) to preview the application.
## Concepts
In this project I have used [Node.js(10.16.1)](https://nodejs.org/), [Express.js(4.17.1)](https://expressjs.com/), [Handlebars.js(4.1.1)](https://handlebarsjs.com/). I also integrated [Mapbox API](https://docs.mapbox.com/api/) for getting the latitude, longitude of the searched location and [Weatherstack API](https://weatherstack.com/documentation) for getting weather reports.
## Platforms
This application is built under [Node.js](https://nodejs.org/), [Express.js](https://expressjs.com/). The [postman](https://www.postman.com/) for testing API request & response and [VScode](https://code.visualstudio.com/) as an IDE.
## Development Server
Open the terminal and navigate to the project folder. Run `npm i` to install all the needed packages from the node package manager for the project and run `npm run dev` in the terminal. The server is started listing to the port 3000, then navigate to the browser and type the url `http://localhost:3000` to view the application.
## More Updates
Follow me on [LinkedIn](https://www.linkedin.com/in/prasathravi) to get the latest update about features, code and more. Consider star the repo if you like it.
## ThanksThanks to all contributors and their support.
If you have an idea or you want to do something, tell me or just do it!
I'm always happy to hear your feedback!
## More references
1) [Node.js API Reference](https://nodejs.org/dist/latest-v12.x/docs/api/)
2) [Node.js HTTP client](https://nodejs.org/dist/latest-v12.x/docs/api/http.html)
3) [Postman request package](https://www.npmjs.com/package/postman-request)
4) [Express.js API Reference](https://expressjs.com/en/4x/api.html)
5) [Handlebars.js API Reference](https://handlebarsjs.com/api-reference/)
## License & Copyright
© Prasath Ravichandran, Full stack developerLicensed under the [MIT License.](https://github.com/PrasathRavichandran/weather_forecast_nodejs/blob/master/LICENSE)