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

https://github.com/grassedge/nichrome

2ch browser
https://github.com/grassedge/nichrome

Last synced: over 1 year ago
JSON representation

2ch browser

Awesome Lists containing this project

README

          

nichrome
========

2ch browser

# build

```sh
$ npm install -g grunt-cli # if you haven't installed
$ npm install -g tsd # if you haven't installed
$ npm install
$ cd src
$ tsd install jquery jqueryui
$ cd ..
$ grunt
```