Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/super3/image-uploader
Simple imageboard inspired by Futaba style chans.
https://github.com/super3/image-uploader
Last synced: 27 days ago
JSON representation
Simple imageboard inspired by Futaba style chans.
- Host: GitHub
- URL: https://github.com/super3/image-uploader
- Owner: super3
- License: agpl-3.0
- Created: 2016-10-10T18:28:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T18:13:35.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T15:57:39.588Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-uploader
[![Build Status](https://travis-ci.org/super3/image-uploader.svg?branch=master)](https://travis-ci.org/super3/image-uploader)
[![Coverage Status](https://coveralls.io/repos/github/super3/image-uploader/badge.svg?branch=master)](https://coveralls.io/github/super3/image-uploader?branch=master)
[![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?label=license)](https://github.com/Storj/super3/image-uploader/blob/master/LICENSE)An imageboard inspired by Futaba style chans. Written from the ground up to be responsive and support mass image uploads. Built to be a testbed for the P2P cloud storage platform [Storj](https://storj.io).
### Install
```
npm install
```### Running
Start MongoDB (Windows):
```
C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe
```Start the app:
```
npm start
```### Testing
```
mocha
```### Coverage
```
npm run coverage
```### Linting
```
npm run linter
```