Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noooway/scrawl
Note-taking Software
https://github.com/noooway/scrawl
Last synced: about 1 month ago
JSON representation
Note-taking Software
- Host: GitHub
- URL: https://github.com/noooway/scrawl
- Owner: noooway
- License: mit
- Created: 2019-12-15T18:43:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T08:58:36.000Z (almost 5 years ago)
- Last Synced: 2023-09-03T18:49:36.292Z (about 1 year ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrawl
Note-taking SoftwareInstallation:
``` shell
git clone https://github.com/noooway/scrawl
cd scrawl
pip3 install -r requirements.txt
```For testing start server with:
``` shell
flask run
```To make server visible to the outside world:
``` shell
flask run --host='0.0.0.0' --port='5000'
```