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

https://github.com/kognise/blaggy

Fast, simple, and speedy blagging for the interblag with NodeJS!
https://github.com/kognise/blaggy

Last synced: about 1 month ago
JSON representation

Fast, simple, and speedy blagging for the interblag with NodeJS!

Awesome Lists containing this project

README

        

> 🚩 **This project is archived!** 🚩
>
> *This was my first real Node.js project when I was 12. However, I didn't really have enough experience to keep developing it so it's only kept online for the legacy.*



[![CircleCI branch](https://img.shields.io/circleci/project/github/kognise/blaggy/master.svg?style=for-the-badge)](https://circleci.com/gh/kognise/blaggy)
 
[![Depfu](https://img.shields.io/depfu/kognise/blaggy.svg?style=for-the-badge)](https://depfu.com/repos/kognise/blaggy)

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)

## Installation

* `npm install -g mocha` (if you wish to run tests)
* `git clone https://github.com/kognise/blaggy.git`
* `cd blaggy`
* `npm install`

## Normal Use

* `npm run setup` (only the first time)
* `npm start`
* Your instance will be at [localhost:3000](http://localhost:3000/).

## Running Tests

* `npm test`