Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hogart/alchemy

TES alchemy helper. Morrowind, Oblivion, Skyrim ingredients.
https://github.com/hogart/alchemy

Last synced: about 2 months ago
JSON representation

TES alchemy helper. Morrowind, Oblivion, Skyrim ingredients.

Awesome Lists containing this project

README

        

TES Alchemy Helper
==================

Started like just library/engine, now it is full alchemy helper with web UI. Being kinda experimental project, can be used as tech demo. Technologies used:

* Most interesting part is ES6, via Babel
* [Skull](https://github.com/hogart/skull) + Ractive + Jade
* Grunt-based workflow with browserify (+ babelify + jadeify), stylus, jade compiling and livereload
* Unit-tests with mocha and chai, along with linting through jscs and eslint

Doesn't require server-side to work, built files can be used from `/public/` dir as is.

## Usage

`git clone [email protected]:hogart/alchemy.git && cd alchemy && npm install && npm start`

Latter command opens new tab in your default browser.

## Roadmap

* Add persistency between visits
* CI-ish workflow (do not build when lint or tests fail), add code coverage tool
* Move to Gulp?
* Better looks?