π
π
π
π
Alkemi Earn API
MainNet
Ropsten
Rinkeby
Kovan
Searchβ¦
CHANGELOG
alkemi-earn-api
Welcome to alkemi-earn-api π
Powered By
GitBook
alkemi-earn-api
β
About
This project uses
Feathers
. An open source web framework for building modern real-time applications.
Getting Started
Getting up and running is as easy as 1, 2, 3.
1.
Make sure you have
NodeJS
and
npm
installed.
2.
Install your dependencies
1
cd path/to/alkemi-earn-api
2
npm install
Copied!
3.
Start your app
1
npm start
Copied!
Testing
Simply run
npm test
and all your tests in the
test/
directory will be run.
Scaffolding
Feathers has a powerful command line interface. Here are a few things it can do:
1
$ npm install -g @feathersjs/cli # Install Feathers CLI
2
β
3
$ feathers generate service # Generate a new Service
4
$ feathers generate hook # Generate a new Hook
5
$ feathers help # Show all commands
Copied!
Help
For more information on all the things you can do with Feathers visit
docs.feathersjs.com
.
Previous
CHANGELOG
Next
Welcome to alkemi-earn-api π
Last modified
8mo ago
Copy link
Contents
About
Getting Started
Testing
Scaffolding
Help