Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugohil/node-twab
Node portage of twab
https://github.com/hugohil/node-twab
Last synced: about 17 hours ago
JSON representation
Node portage of twab
- Host: GitHub
- URL: https://github.com/hugohil/node-twab
- Owner: hugohil
- Created: 2015-05-18T12:11:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T11:06:23.000Z (over 9 years ago)
- Last Synced: 2024-10-12T18:09:49.914Z (about 1 month ago)
- Language: HTML
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-twab
node-twab is a nodejs/socket.io version of [twab](https://github.com/raphaelbastide/twab).
## Installation
Install node modules and create your own config and twabs file.
```shell
$ npm i
$ cp config-example.js config.js
$ touch twabs.txt
```## Usage
```shell
$ node main.js
```You can now go to [localhost:5050](http://localhost:5050) to see the list of twabs. To add twabs, go to [localhost:5050/write](http://localhost:5050/write) and write what you want. Password is defined in your `config.js` file.
## Licence
None. Do whatever you want with it. (Though a little mention would be appreciated :D )