https://github.com/probablycorey/url-hunter
Hunt for the letter "o" in your URL bar.
https://github.com/probablycorey/url-hunter
Last synced: 10 months ago
JSON representation
Hunt for the letter "o" in your URL bar.
- Host: GitHub
- URL: https://github.com/probablycorey/url-hunter
- Owner: probablycorey
- License: mit
- Created: 2016-03-03T21:38:11.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T22:33:25.000Z (almost 3 years ago)
- Last Synced: 2024-12-14T18:03:01.945Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://probablycorey.com/url-hunter
- Size: 37.1 KB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this.
This is a game I made to test out the
[History API](https://developer.mozilla.org/en-US/docs/Web/API/History). But I
ended up being able to make the game using existing APIs.
# How do I run it locally?
```sh
npm install
npm start
# open 127.0.0.1:8081 in a browser
```