Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmontes11/hashcode
Google hashcode code challenge by Los Almendros
https://github.com/mmontes11/hashcode
code-challenge google-hashcode javascript node
Last synced: about 1 month ago
JSON representation
Google hashcode code challenge by Los Almendros
- Host: GitHub
- URL: https://github.com/mmontes11/hashcode
- Owner: mmontes11
- License: mit
- Created: 2020-02-19T19:07:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T14:59:24.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T02:50:59.305Z (2 months ago)
- Topics: code-challenge, google-hashcode, javascript, node
- Language: JavaScript
- Homepage:
- Size: 8.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hashcode
Google hashcode code challenge by `Los Almendros`.
### Installation
Install [node](https://nodejs.org/) and [nvm](https://github.com/nvm-sh/nvm). Afterwards run:
```
$ npm i
$ nvm install
$ nvm use
```### Start
```
$ npm start
```### Debug
```
$ npm run start:inspect
```### Profile
```
$ npm run start:profile
```