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

https://github.com/syuilo/misskey-file

Misskey File Server
https://github.com/syuilo/misskey-file

Last synced: 9 months ago
JSON representation

Misskey File Server

Awesome Lists containing this project

README

          

Misskey File
============

[![][travis-badge]][travis-link]
[![][dependencies-badge]][dependencies-link]
[![][mit-badge]][mit]

A file server of *Misskey*.

Required
--------
* Node.js
* Python (2.7x)
* MongoDB (shared with Core)
* GraphicsMagick

Build
-----
1. `git clone git://github.com/syuilo/misskey-file.git`
2. `cd misskey-file`
3. `npm install`
4. `npm run dtsm`
5. `npm run build`

Repositories
------------
* **misskey-file** ... :round_pushpin: This repository
* [misskey-web](https://github.com/syuilo/misskey-web) ... Web client Implementation
* [misskey-core](https://github.com/syuilo/misskey-core) ... Core API server

License
-------
[MIT](LICENSE)

[mit]: http://opensource.org/licenses/MIT
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[travis-link]: https://travis-ci.org/syuilo/misskey-file
[travis-badge]: http://img.shields.io/travis/syuilo/misskey-file.svg?style=flat-square
[dependencies-link]: https://gemnasium.com/syuilo/misskey-file
[dependencies-badge]: https://img.shields.io/gemnasium/syuilo/misskey-file.svg?style=flat-square