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

https://github.com/whopiyush/image-gen-api

An API To manupulate Images
https://github.com/whopiyush/image-gen-api

api canvas discord generation image javascript js manupulation node

Last synced: 10 months ago
JSON representation

An API To manupulate Images

Awesome Lists containing this project

README

          





A simple and functional Image Manupulation API.









Support



Apache-2.0 License



















---

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

* NodeJS ( Version Greater Than 8 )
* An Active Internet Connection
* If Using Windows, `node-gyp` installed without any errors
* Git Installed

### Installing

* First Clone The [Repository](https://github.com/ionadev/image-gen-api) using:
```
git clone https://github.com/ionadev/image-gen-api.git
```

* Then Navigate to `your/path/image-gen-api-master`.

* Run if using `npm`:
```
npm install
```
or if `yarn`:
```
yarn
```

## Running

* After Installing, run:
* If Using `npm`:

```
npm start
```
* If Using `yarn`:

```
yarn start
```

## Built With

* [Express](https://github.com/expressjs/express) - Web framework Used.
* [Body-Parser](https://github.com/expressjs/body-parser) - A Middleware For Express.
* [Cors](https://github.com/expressjs/cors) - A Middleware for Express.
* [Canvas](https://github.com/Automattic/node-canvas) - The Module For Generating Images.
* [node-superfetch](https://github.com/dragonfire535/node-superfetch) - A Module Used For Fetching Images, etc.

## Authors

* **Piyush Bhangale** - Initial Work, Idea, Main Contributor, Owner - [ionadev](https://github.com/ionadev)
* **Anish Shobith** - Contributor,Readme - [Anish-Shobith](https://github.com/Anish-Shobith)