Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hogart/alchemy
- Owner: hogart
- Created: 2015-05-21T09:53:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T14:53:27.000Z (over 9 years ago)
- Last Synced: 2024-10-18T16:37:42.084Z (3 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 eslintDoesn'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?