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

https://github.com/pragmatic-elixir-meetup/notebook

demo seperation of concerns at 0722 Meetup
https://github.com/pragmatic-elixir-meetup/notebook

Last synced: 3 months ago
JSON representation

demo seperation of concerns at 0722 Meetup

Awesome Lists containing this project

README

          

# Notebook

- new note
```
Notebook.new "Joe"
```

- save note
```
Notebook.save "Joe", "hello world"
```

- load note
```
Notebook.load "Joe"
```