Misskey API is written in TypeScript.
- Node.js
- npm
- MongoDB
- Redis
- GraphicsMagick
- OpenSSL
- master - Main branch.
- release - JavaScript code that is generated by TypeScript. This branch is updated automatically by Travis CI.
Ensure that you have node-gyp installed.
git clone git://github.com/MissKernel/Misskey-API.git
cd Misskey-API
npm install
npm run dts
npm run build
npm run test
npm start
The MIT License. See LICENSE.