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

https://github.com/fiveisprime/ocw-bot

IRC bot for lulz in the ocw channel.
https://github.com/fiveisprime/ocw-bot

Last synced: about 1 year ago
JSON representation

IRC bot for lulz in the ocw channel.

Awesome Lists containing this project

README

          

ocw-bot [![Build Status](https://travis-ci.org/fiveisprime/ocw-bot.svg?branch=master)](https://travis-ci.org/fiveisprime/ocw-bot)
=======

IRC bot for lulz in the ocw channel.

# Text to JSON

There is a plain text to JSON migrator that will take data from a text file,
split it on newline characters, then dump that data to a JSON file.

The migration command from the root directory is

$ node migrators/text-to-json.js

To use this JSON file in the bot, just require it and use it as an array of
data.

# Continuous Integration

All changes that are pushed will trigger build and deploy the changes if the
`npm test` passes.