Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cccaaannn/svelther
Simple weather application with svelte.
https://github.com/cccaaannn/svelther
openweathermap svelte weather
Last synced: 1 day ago
JSON representation
Simple weather application with svelte.
- Host: GitHub
- URL: https://github.com/cccaaannn/svelther
- Owner: cccaaannn
- License: mit
- Created: 2023-03-31T20:55:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T16:01:15.000Z (11 months ago)
- Last Synced: 2024-03-03T17:22:54.244Z (11 months ago)
- Topics: openweathermap, svelte, weather
- Language: Svelte
- Homepage: https://cccaaannn.github.io/svelther/
- Size: 917 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelther
Svelte weather app.
![GitHub top language](https://img.shields.io/github/languages/top/cccaaannn/svelther?color=blue) ![GitHub repo size](https://img.shields.io/github/repo-size/cccaaannn/svelther?color=orange) [![GitHub](https://img.shields.io/github/license/cccaaannn/svelther?color=green)](https://github.com/cccaaannn/svelther/blob/master/LICENSE)
---
## Demo
[cccaaannn.github.io/svelther](https://cccaaannn.github.io/svelther/)### Running
- Get a api key from [openweathermap](https://openweathermap.org/)
- Use `.env.template` file to create a `.env` file
- Add your api key to `VITE_OPENWEATHERMAP_API_KEY` field
- Development
- Run `npm run dev`
- Deployment
- Run `npm run deploy`### Weather api from
- [openweathermap](https://openweathermap.org/)### Icons from
- [adamwhitcroft](https://adamwhitcroft.com/climacons/)
- [noahblon](https://github.com/noahblon/animated-climacons)
- [HerzScheisse](https://github.com/HerzScheisse/animated-climacons)
- [cccaaannn](https://github.com/cccaaannn/animated-climacons)