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

https://github.com/frenchbread/reminder

✔️ 📝 📅
https://github.com/frenchbread/reminder

Last synced: about 1 year ago
JSON representation

✔️ 📝 📅

Awesome Lists containing this project

README

          

# reminder

> Reminder app

### Compile

```
$ erl -make
```

### Start

```
$ erl -pa ebin/
```

### Load from shell

```
$ make:all([load]).
```

Looks for a file named Emakefile in current dir, recompiles it (if it changed), and loads the new files.