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!
- Host: GitHub
- URL: https://github.com/kognise/blaggy
- Owner: kognise
- Archived: true
- Created: 2018-09-03T21:34:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T16:31:45.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T16:42:45.505Z (7 months ago)
- Language: HTML
- Size: 405 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kognise/blaggy - Fast, simple, and speedy blagging for the interblag with NodeJS! (HTML)
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.*
![]()
[](https://circleci.com/gh/kognise/blaggy)
Â
[](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`