Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/selfup/avorion

Merchant Goods Helper for Avorion
https://github.com/selfup/avorion

Last synced: about 2 months ago
JSON representation

Merchant Goods Helper for Avorion

Awesome Lists containing this project

README

        

# Avorion Goods Filter

### [Website](https://selfup.github.io/avorion/)

Quick way to search for information about tradeable goods in Avorion!

Data comes from: https://avorion.gamepedia.com/Goods?action=raw

:rocket:

### Dev ENV

- VSCode with ESLint plugin
- Node 6+
- npm 5+
- Install deps: `npm install`
- Start server: `npm start`

Visit [localhost:8080](http://localhost:8080)

_page will refresh when JS or CSS is updated_

To build the JS and CSS bundles for static build: `npm run build`