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

https://github.com/snowfrogdev/hangman


https://github.com/snowfrogdev/hangman

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Hangman

## Installation

```bash
npm i -g parcel
npm install
```

## Usage

```bash
npm start
```

## Run Tests

```bash
npm run test
```