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

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.

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)