1.2.1 • Published 6 years ago

sensei-image-api v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Sensei's Image API

This is the API Sensei uses for it's image manipulation commands.

Setup

You will need NodeJS to run this API server. After you install NodeJS, open your CMD, cd to the place you would like to download the package and use npm install sensei-image-api to install it. After you installed it create a JS file (you can call it howerer you like) and do the following to run the server:

const image_api = require('sensei-image-api');

// This next line will run the server
new image_api(/* port number here, if none is specified the server will run on port 60 */).start();

To Do List:

I know it's very unorganized, don't worry tho, I'm planning to split it in modules, for easier use and stuff. Make it a class so it's easier for people to just run it && publish to npm

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago