Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npranto/weatherion
A simple clone of the Apple Weather application - quickly check weather for current location and by city
https://github.com/npranto/weatherion
apple create-react-app javascript react weather
Last synced: 11 days ago
JSON representation
A simple clone of the Apple Weather application - quickly check weather for current location and by city
- Host: GitHub
- URL: https://github.com/npranto/weatherion
- Owner: npranto
- License: mit
- Created: 2017-04-10T13:30:37.000Z (over 7 years ago)
- Default Branch: master-v2
- Last Pushed: 2019-01-02T13:50:37.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T04:02:41.023Z (3 months ago)
- Topics: apple, create-react-app, javascript, react, weather
- Language: JavaScript
- Homepage:
- Size: 658 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
UNDER MAINTENANCE
# weatherion
A simple clone of the Apple Weather application - quickly check weather for current location and by city
## Features
* A fairly simple, yet useful application to get a quick overview of the weather in your location or of your favorite destinations.
* Going to Seattle anytime soon, get a glimpse of hourly and weekly forecast on just your fingertips
* Easily check sunrise and sunset times, also chance of rain and wind conditions as often needed at times## Getting Started
* Quick [**DEMO**](http://weatherion.surge.sh/)
* Start exploring with the codebase by installing a local version of weatherion, follow the steps below.### Prerequisites
Make sure to have the following packages installed:
* [Git](https://git-scm.com/) - Version Control System
* [NodeJS](https://nodejs.org/en/) - Environment/Runtime
* [Yarn](https://yarnpkg.com/en/) - Package Manager
* [Webpack](https://webpack.js.org/) - Bundling Components and Assets### Installing
Steps to get a development environment running:
To clone the current repository, open up the command line and run
```
git clone https://github.com/npranto/weatherion.git [PROJECT_NAME]
```Now, go into the project directory
```
cd [PROJECT_NAME]
```Then, install packages/dependencies
```
yarn install
```Finally, to run a localhost in the browser
```
yarn start
```## Technologies/Dependencies
* [react](https://facebook.github.io/react/)
## Authors
* **Nazmuz Shakib Pranto** [[GitHub](https://github.com/npranto) | [LinkedIn](https://www.linkedin.com/in/npranto/)]