Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurajkubelka/chileweather
Set of tools to visualize weather in Chile using data from Dirección Meteorológica de Chile.
https://github.com/jurajkubelka/chileweather
Last synced: 6 days ago
JSON representation
Set of tools to visualize weather in Chile using data from Dirección Meteorológica de Chile.
- Host: GitHub
- URL: https://github.com/jurajkubelka/chileweather
- Owner: JurajKubelka
- License: mit
- Created: 2024-05-19T19:15:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T19:39:11.000Z (7 months ago)
- Last Synced: 2024-10-31T13:45:55.321Z (about 2 months ago)
- Language: Smalltalk
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChileWeather
Set of tools to visualize weather in Chile using data from Dirección Meteorológica de Chile.
## Installation```st
Metacello new
repository: 'github://JurajKubelka/ChileWeather:main/src';
baseline: 'ChileWeather';
load
```## Load Lepiter
After installing with Metacello, you will be able to execute```
#BaselineOfChileWeather asClass loadLepiter
```