An open API service indexing awesome lists of open source software.

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

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
```