Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdeveloper/rocks-paper-scissors
This app was developed in Typescript as Coding challenge for GETAWAY.
https://github.com/nerdeveloper/rocks-paper-scissors
Last synced: about 1 month ago
JSON representation
This app was developed in Typescript as Coding challenge for GETAWAY.
- Host: GitHub
- URL: https://github.com/nerdeveloper/rocks-paper-scissors
- Owner: nerdeveloper
- License: mit
- Created: 2019-06-19T01:27:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T02:16:51.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T17:51:46.069Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 314 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GETAWAY TYPESCRIPT APP
[![Build Status](https://travis-ci.org/nerdeveloper/rocks-paper-scissors.svg?branch=master)](https://travis-ci.org/nerdeveloper/rocks-paper-scissors)
This app was developed in Typescript as Coding challenge for GETAWAY.
## Usage
```bash
git clone https://github.com/nerdeveloper/rocks-paper-scissors.git
cd rocks-paper-scissors
npm install
npm run serve
```## Test
```bash
npm run test
```## Linting
```bash
npm run lint
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.