Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://lubien.github.io/tosxp
Tree of Savior XP calculator
https://lubien.github.io/tosxp
Last synced: 6 days ago
JSON representation
Tree of Savior XP calculator
- Host: GitHub
- URL: https://lubien.github.io/tosxp
- Owner: lubien
- License: mit
- Created: 2016-04-14T05:24:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T19:00:52.000Z (over 8 years ago)
- Last Synced: 2024-12-06T00:41:35.375Z (2 months ago)
- Language: JavaScript
- Homepage: https://lubien.me/tosxp/
- Size: 429 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tos - ToS XP Cards Calculator (lubien) - Open source JavaScript based EXP cards calculator. (Tools / WebApps)
README
# Tree of Savior XP Calculator
> Calculate how much levels you'll gain using your cards the easy way.![Screenshot](.github/example.png)
[Browser View](.github/browser.png) | [Mobile View](.github/mobile.png)
[![Build Status](https://travis-ci.org/lubien/tosxp.svg?branch=master)](https://travis-ci.org/lubien/tosxp)
[![Coverage Status](https://coveralls.io/repos/github/lubien/tosxp/badge.svg?branch=master)](https://coveralls.io/github/lubien/tosxp?branch=master)
[![Code Climate](https://codeclimate.com/github/lubien/tosxp/badges/gpa.svg)](https://codeclimate.com/github/lubien/tosxp)
[![bitHound Overall Score](https://www.bithound.io/github/lubien/tosxp/badges/score.svg)](https://www.bithound.io/github/lubien/tosxp)
[![bitHound Dependencies](https://www.bithound.io/github/lubien/tosxp/badges/dependencies.svg)](https://www.bithound.io/github/lubien/tosxp/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/github/lubien/tosxp/badges/devDependencies.svg)](https://www.bithound.io/github/lubien/tosxp/master/dependencies/npm)## Usage
Go to the [webapp](http://lubien.github.io/tosxp/) and put how much cards, levels and rank you have.
## Motivation
* [x] Dive more into React
* [x] Explore ES2015
* [x] Get started with Redux flux implementation
* [X] Get started with Immutablejs
* [x] Get started with webpack
* [x] Dive into Ava
* [X] Explore tools like Travis, Coveralls, Code Climate and bitHound
* [x] Have fun## Develop
Just fork and `git clone` your forked repo. After that `cd` to it's folder and run `npm install`.
### Helper scripts
In the `/scripts/` are two webscrappers for [ToS Base](http://www.tosbase.com/). The only purpose behind this is to easily update data like *required experience tables* and *exp card bonus xp*. Just run if you know there is updates in the site.
## License
[MIT](LICENSE.md)