{"id":26926758,"url":"https://github.com/matchilling/sdk-songkick-nodejs","last_synced_at":"2025-04-02T03:35:40.849Z","repository":{"id":57153179,"uuid":"68642012","full_name":"matchilling/sdk-songkick-nodejs","owner":"matchilling","description":"NODEJS SDK for the songkick api.","archived":false,"fork":false,"pushed_at":"2017-02-19T21:03:08.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T11:03:30.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matchilling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-19T20:06:46.000Z","updated_at":"2017-04-27T02:59:50.000Z","dependencies_parsed_at":"2022-09-06T11:20:38.141Z","dependency_job_id":null,"html_url":"https://github.com/matchilling/sdk-songkick-nodejs","commit_stats":null,"previous_names":["gigtoday/sdk-songkick-nodejs"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fsdk-songkick-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fsdk-songkick-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fsdk-songkick-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matchilling%2Fsdk-songkick-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matchilling","download_url":"https://codeload.github.com/matchilling/sdk-songkick-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390866,"owners_count":20769477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-04-02T03:35:40.283Z","updated_at":"2025-04-02T03:35:40.843Z","avatar_url":"https://github.com/matchilling.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gigtoday/sdk-songkick-nodejs.svg?branch=master)](https://travis-ci.org/gigtoday/sdk-songkick-nodejs)\n\n# Songkick Sdk NodeJS\n\nSongkick SDK written in NodeJS returning [promise objects](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise).\n\n## About\n\nThe [Songkick API](https://www.songkick.com/developer) gives you easy access to the biggest live music database in the world: over 5 million upcoming and past concerts… and growing every day! Easily add concerts to your website or application.\n\n## Usage\n\n```js\n\n    // Creating the client\n    const Songkick = new require('songkick')(process.env.SONGKICK_API_KEY);\n\n    // Get an event by a given id\n    Songkick.getEvent(27989954).then(JSON.parse).then(function(res) {\n        // do stuff\n    });\n\n    // Find events\n    Songkick.findEvents('sk:24426').then(JSON.parse).then(function(res) {\n        // do stuff\n    });\n\n    // Find events by an given artist\n    Songkick.findEventsByArtist(468146).then(JSON.parse).then(function(res) {\n        // do stuff\n    });\n\n    // Find similar artist\n    Songkick.findSimilarArtist(468146).then(JSON.parse).then(function(res) {\n        // do stuff\n    });\n\n    // Get venue details\n    Songkick.getVenue(17522).then(JSON.parse).then(function(res) {\n        // do stuff\n    });\n\n```\n\nHave a look into the `/test` dir to find further examples.\n\n## Test suites\n\n```sh\n    $ export SONGKICK_API_KEY={YOUR_SONGKICK_API_KEY} \u0026\u0026 \\\n      npm test\n```\n\n## Support \u0026 Contact\n\nHaving trouble with this repository? Check out the documentation at the repository's site or contact m@matchilling.com and we'll help you sort it out.\n\nHappy Coding\n\n:metal:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatchilling%2Fsdk-songkick-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatchilling%2Fsdk-songkick-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatchilling%2Fsdk-songkick-nodejs/lists"}