https://github.com/michaelchadwick/nebyoodle
A Heardle-like daily music guessing game, featuring the works of, well, me.
https://github.com/michaelchadwick/nebyoodle
guessing-game heardle music nebyoolae wordle
Last synced: 9 months ago
JSON representation
A Heardle-like daily music guessing game, featuring the works of, well, me.
- Host: GitHub
- URL: https://github.com/michaelchadwick/nebyoodle
- Owner: michaelchadwick
- License: mit
- Created: 2022-11-28T18:58:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T23:44:47.000Z (10 months ago)
- Last Synced: 2025-04-06T21:55:36.387Z (9 months ago)
- Topics: guessing-game, heardle, music, nebyoolae, wordle
- Language: JavaScript
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nebyoodle
A Heardle-like daily music guessing game, featuring the works of, well, me. Name subject to change.
[https://guess.nebyoolae.com](https://guess.nebyoolae.com)
## Local Development
* `git clone git@github.com:michaelchadwick/nebyoodle.git`
* `cd /path/to/nebyoodle`
* `composer install`
## JSON:API
Uses the following Drupal modules to pull song info from [https://music.nebyoolae.com](https://music.nebyoolae.com):
* [JSON:API](https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi-module)
* [JSON:API Boost](https://www.drupal.org/project/jsonapi_boost)
* [JSON:API Extras](https://www.drupal.org/project/jsonapi_extras)
* [JSON:API Include](https://www.drupal.org/project/jsonapi_include)
* [JSON:API Views](https://www.drupal.org/project/jsonapi_views)