https://github.com/lycan-nt/weather-finder
Project that consults the openweathermap API to transfer the weather forecast from anywhere in the world
https://github.com/lycan-nt/weather-finder
api backend css3 ecmascript6 frontend handlebars html5 javascript nodejs
Last synced: 3 months ago
JSON representation
Project that consults the openweathermap API to transfer the weather forecast from anywhere in the world
- Host: GitHub
- URL: https://github.com/lycan-nt/weather-finder
- Owner: lycan-nt
- License: mit
- Created: 2020-06-23T14:56:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:35:59.000Z (over 3 years ago)
- Last Synced: 2025-12-12T23:39:21.645Z (7 months ago)
- Topics: api, backend, css3, ecmascript6, frontend, handlebars, html5, javascript, nodejs
- Language: HTML
- Homepage:
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather-Finder
Project that consults the openweathermap API to transfer the weather forecast from anywhere in the world
## About the project
The Weather-Finder has the function of searching and bringing temperatures from any city in the world,
for this I used the openweathermap API, in this project the MVC standard was used. Handlebars were also
used in the View layer.
## Instructions
These instructions will make sure that you have the project on your local machine for
development and testing.
## Prerequisites
1- VsCode
2- NodeJS
3- Browser
4- A package manager like NPM or Yarn
## Starting
With all the prerequisites installed, open the project in VsCode or your preferred editor, run the command
to install all packages in the case of VsCode next to NodeJs will be npm install or yarn install, after all
the dependencies installed run the command node src / app.js. This will cause your server to be installed on
port 3000 now go to the browser and navigate to 127.0.0.1:3000, on this screen you can see the application and test it.
## Built with
NodeJs in the back-end
HTML/CSS/Javascript and template engine Handlebars
API openweathermap
MVC project structure
## Author
Felipe D. Santos
## License
MIT