https://github.com/xe/maison
A dashboard for our apartment
https://github.com/xe/maison
darksky javascript nim plural
Last synced: about 1 month ago
JSON representation
A dashboard for our apartment
- Host: GitHub
- URL: https://github.com/xe/maison
- Owner: Xe
- License: 0bsd
- Created: 2019-08-08T00:24:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T11:52:58.000Z (about 2 years ago)
- Last Synced: 2025-04-04T11:52:13.037Z (about 1 month ago)
- Topics: darksky, javascript, nim, plural
- Language: JavaScript
- Homepage: https://maison.within.website
- Size: 12.5 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maison
A simple dashboard for my apartment. It gets weather via DarkSky and has other useful information.
## Running
Do this at least once:
```
$ nimble setup
```To build:
```
$ nimble fullbuild
```To run:
```
$ ./bin/maison
```