Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelargentina/js-weather-app
https://github.com/miguelargentina/js-weather-app
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelargentina/js-weather-app
- Owner: MiguelArgentina
- License: mit
- Created: 2021-06-04T15:43:31.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-09T23:25:51.000Z (over 3 years ago)
- Last Synced: 2025-01-12T18:39:02.860Z (12 days ago)
- Language: JavaScript
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
## Project: TucuWeather App
## Features
- Lets users ask for the forecast of their favourite city
- Gets updated forecasts for more than 250.00 cities![main screen](./scrsh1.png)
![forecast in celcius](./scrsh2.png)
![forecast in farenheit](./scrsh3.png)## Built With
- HTML5
- CSS3
- Javascript (ES6)## Live Demo
Visit [TucuWeather App](https://heuristic-torvalds-b75586.netlify.app/)
## Prerequisites
- Internet browser compatible with HTML5, CSS3 and Javascript ES6
## Getting Started
- Open your terminal - Windows: `Win + R`, then type `cmd` | Mac: `Command + space`, then type `Terminal`
- Navigate to a directory of your choosing using the `cd` command
- Run this command in your OS terminal: `git clone [email protected]:MiguelArgentina/js-weather-app.git` to get a copy of the project.
- Navigate to the project's directory using the `cd` command### Usage
From within the project directory after installing the required dependencies with `npm i`, run `npm start` to open the dev server to use the project locally.
## Author
👤 **Miguel Ricardo Gomez**
- GitHub: [@MiguelArgentina](https://github.com/MiguelArgentina)
- Twitter: [@Qete_arg](https://twitter.com/Qete_arg)
- LinkedIn: [Miguel Ricardo Gomez](https://www.linkedin.com/in/miguelricardogomez/)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
This project was based on [The Odin Project](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript/lessons/weather-app) lesson