thykka / sanatarina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanatarina

Node.js tool for converting word story* chat logs into a web page.

*word story: participants take turns to add a new word into a dedicated channel, forming a collaborative story.

Usage

  1. Copy the chat logs into a new file in the project folder.

  2. Make sure the format matches sanat.example.txt

  3. Run the script with $ npm start filename.txt replacing filename.txt with your chat log's filename. If no argument is given, it defaults to sanat.txt.

  4. You should now have an index.html file in the project folder.

  5. Commit and push. git push sanatarina master:master

Notes

About

License:GNU Affero General Public License v3.0


Languages

Language:HTML 99.1%Language:JavaScript 0.9%