Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartajd/weatherly
🌞 Weather application built using geolocation, tailwindcss & React.
https://github.com/stuartajd/weatherly
geolocation geolocation-api react tailwind weather
Last synced: 7 days ago
JSON representation
🌞 Weather application built using geolocation, tailwindcss & React.
- Host: GitHub
- URL: https://github.com/stuartajd/weatherly
- Owner: stuartajd
- Created: 2022-02-21T21:53:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T23:04:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T02:44:56.394Z (2 months ago)
- Topics: geolocation, geolocation-api, react, tailwind, weather
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherly
A weather dashboard that gives you the current & next 5 days weather forecast - built in React and a sprinkling of Tailwind CSS.To get this going, you'll need to generate an API key from: https://www.weatherapi.com
### How does it work?
Using the GeoLocation Browser API, it will get your Lat & Long for the device you're viewing from. The free WeatherAPI is used to get the forecast & this is then formatted and made pretty!### How do I get it working?
```
git clone [email protected]:stuartajd/weatherly.git
cd weatherly
npm install
cp example.config.jsx config.jsx
npm run dev
```### Can I suggest things?
Yes!### What does it look like?
![Weatherly Widget](./readme/weatherly.gif)