akionux / Misskey-API

Misskey API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misskey API

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.

  1. git clone git://github.com/MissKernel/Misskey-API.git
  2. cd Misskey-API
  3. npm install
  4. npm run dts
  5. npm run build

How to run tests

npm run test

How to start Misskey API server

npm start

License

The MIT License. See LICENSE.

About

Misskey API

License:MIT License


Languages

Language:TypeScript 100.0%