Misskey API is written in TypeScript.
External dependencies
- Node.js
- npm
- MongoDB
- Redis
- GraphicsMagick
- OpenSSL
Branches
- master - Main branch.
- release - JavaScript code that is generated by TypeScript. This branch is updated automatically by Travis CI.
How to build
Ensure that you have node-gyp installed.
git clone git://github.com/MissKernel/Misskey-API.gitcd Misskey-APInpm installnpm run dtsnpm run build
How to run tests
npm run test
How to start Misskey API server
npm start
License
The MIT License. See LICENSE.