{"id":16419158,"url":"https://github.com/cameronhunter/space-alexa-skill","last_synced_at":"2026-06-11T22:31:28.949Z","repository":{"id":145461905,"uuid":"56473465","full_name":"cameronhunter/space-alexa-skill","owner":"cameronhunter","description":"Alexa skill for the Amazon Echo – it plays audio from the NASA API","archived":false,"fork":false,"pushed_at":"2016-04-18T03:20:34.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:32:05.652Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cameronhunter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-18T03:17:50.000Z","updated_at":"2017-08-06T21:46:10.000Z","dependencies_parsed_at":"2023-06-04T21:00:36.837Z","dependency_job_id":null,"html_url":"https://github.com/cameronhunter/space-alexa-skill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cameronhunter/space-alexa-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fspace-alexa-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fspace-alexa-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fspace-alexa-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fspace-alexa-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cameronhunter","download_url":"https://codeload.github.com/cameronhunter/space-alexa-skill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fspace-alexa-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34221150,"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-06-11T02:00:06.485Z","response_time":57,"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-10-11T07:16:06.356Z","updated_at":"2026-06-11T22:31:23.932Z","avatar_url":"https://github.com/cameronhunter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Space Alexa Skill\n\nThis skill doesn't work in production! Sadly, the Amazon Echo is very restrictive on the [MP3s it allows to play](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference#audio).\n\nAn Alexa skill for the Amazon Echo – it plays space audio from the [NASA API](https://api.nasa.gov/api.html#sounds). Generated by [generator-alexa-skill](https://github.com/cameronhunter/generator-alexa-skill).\n\n## Example phrases\n```\nAlexa, ask Space what does space sound like?\nAlexa, ask Space will anyone hear me scream in space?\nAlexa, ask Space play a sound from space\n```\n\nSee `model/UTTERANCES` for more example phrases.\n\n## Development\n\n### Setup\nYou must add a file `config/nasa.config.js` which exports an object containing your API keys for the NASA and SoundCloud APIs.\n\n```javascript\nexport default {\n  api_key: '',\n  soundcloud_id: ''\n}\n```\n\n### Test\n\n```bash\nnpm test\n```\n\n### Package\n\n```bash\nnpm run package\n```\n\nThis creates `build/package.zip` containing the compiled skill - this can be uploaded directly to AWS Lambda. It exposes a single function `index.hander`. Skill utterances defined in the `model` directory are expanded and output to `build/UTTERANCES`.\n\n### Deploy\n\n```bash\nnpm run deploy\n```\n\nIf you configure the project with AWS credentials then you can build, test, package and deploy the project with a single command. You can check it out in the [AWS console](https://console.aws.amazon.com/lambda/home?region=us-east-1#/functions/space).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcameronhunter%2Fspace-alexa-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcameronhunter%2Fspace-alexa-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcameronhunter%2Fspace-alexa-skill/lists"}