oriionn / bannerGenerator

Little API to generate a custom banner for my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Banner

Banner Generator

Little API to generate a custom banner for my projects.

Installation

  1. Clone this repository
git clone https://github.com/oriionn/bannerGenerator.git 
  1. Go to the project folder
cd bannerGenerator
  1. Install dependencies
npm install
  1. Create a .env file and add your environment variables
nano .env

Example:

PORT=3000
  1. Run the project
npm start
  1. Open your browser and go to http://localhost:3000

Usage

GET /

Return a custom banner

Parameters

Name Type Description
name string Name of the project
description string Description of the project (Limit: 100 characters)

Example

http://localhost:3000/?name=Banner%20Generator&description=Little%20API%20to%20generate%20a%20custom%20banner%20for%20my%20projects.

License

The project is under the MIT License.

Contributors

Contributors

About

Little API to generate a custom banner for my projects.

License:MIT License


Languages

Language:JavaScript 100.0%