{"id":18927530,"url":"https://github.com/jakemmarsh/monolist-music-api","last_synced_at":"2026-07-03T05:01:57.201Z","repository":{"id":25295430,"uuid":"28721608","full_name":"jakemmarsh/monolist-music-api","owner":"jakemmarsh","description":"node.js server and Express API for the now-defunct music app Monolist.","archived":false,"fork":false,"pushed_at":"2016-11-15T02:15:50.000Z","size":4006,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T11:03:27.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakemmarsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-02T18:10:00.000Z","updated_at":"2018-08-06T22:01:21.000Z","dependencies_parsed_at":"2022-08-25T18:10:13.374Z","dependency_job_id":null,"html_url":"https://github.com/jakemmarsh/monolist-music-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jakemmarsh/monolist-music-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fmonolist-music-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fmonolist-music-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fmonolist-music-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fmonolist-music-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakemmarsh","download_url":"https://codeload.github.com/jakemmarsh/monolist-music-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fmonolist-music-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35072845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T11:19:26.804Z","updated_at":"2026-07-03T05:01:57.146Z","avatar_url":"https://github.com/jakemmarsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"monolist-api [ ![Codeship Status for jakemmarsh/monolist-api](https://codeship.com/projects/ec14b0e0-5048-0133-827d-72fb7a1a2aa1/status?branch=master)](https://codeship.com/projects/107628) [![Dependency Status](https://david-dm.org/jakemmarsh/monolist-api.svg)](https://david-dm.org/jakemmarsh/monolist-api) [![devDependency Status](https://david-dm.org/jakemmarsh/monolist-api/dev-status.svg)](https://david-dm.org/jakemmarsh/monolist-api#info=devDependencies)\n=============================================================================================================================================================================================\n\nnode.js server and Express API for the Monolist application. All endpoints can be seen in [`api/index.js`](https://github.com/jakemmarsh/monolist-api/blob/master/api/index.js).\n\n---\n\n#### To get up and running:\n\n1. Clone this repo\n2. Install node.js and NPM globally if you have not before. [Instructions here](http://blog.nodeknockout.com/post/65463770933/how-to-install-node-js-and-npm)\n3. **Only necessary for development/testing:** install redis with `brew install redis` (using [Homebrew](http://brew.sh/) on OSX)\n4. Run `npm install` from root project directory\n5. Run `npm start` to simply start the server, or `npm run dev` to run Supervisor and Redis server\n\nThe API is served at `localhost:3000` by default, with all endpoints behind `localhost:3000/v1/`.\n\n---\n\n#### To run tests and generate coverage files:\n\n1. Clone repo, install dependencies (Steps 1-3 above) **Note:** redis-server is necessary for running tests locally.\n2. Run `npm test` to run all tests. Coverage files are output to `__coverage__/` directory.\n3. Individual tests can be run with `node_modules/.bin/_mocha \u003cpath_to_file`.\n\n---\n\n#### Sample .env configuration file\n\nBelow is a `.env` file (with any actual keys/credentials removed). This same structure can be used to add any extra configuration information you may need, available at `process.env.*` while running on the server-side.\n\n```\nPG_USER=''\nPG_PASSWORD=''\nPG_HOST=''\nPG_PORT=\nPG_NAME=''\n\nREDIS_PORT=''\nREDIST_HOST=''\nREDIS_AUTH=''\n\nSECRET='\u003crandom string to serve as secret for session\u003e'\n\nFACEBOOK_APP_ID=''\nFACEBOOK_APP_SECRET=''\n\nAWS_KEY=''\nAWS_SECRET=''\nS3_BUCKET=''\n\nSES_SMTP_USER=''\nSES_SMTP_PASSWORD=''\n\nSOUNDCLOUD_ID=''\nSOUNDCLOUD_SECRET=''\n\nYOUTUBE_KEY=''\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakemmarsh%2Fmonolist-music-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakemmarsh%2Fmonolist-music-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakemmarsh%2Fmonolist-music-api/lists"}