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

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.

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
```