{"id":23135525,"url":"https://github.com/mlh-fellowship/neo-detection","last_synced_at":"2026-04-21T05:35:15.472Z","repository":{"id":49221620,"uuid":"301821830","full_name":"MLH-Fellowship/neo-detection","owner":"MLH-Fellowship","description":"Backend application for detecting Near-Earth Objects using NASA's NeoWs API","archived":false,"fork":false,"pushed_at":"2021-06-23T02:37:34.000Z","size":57,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T13:08:34.741Z","etag":null,"topics":["asteroids","astronomy","backend","django","hackathon-project","mlh","mlh-fellowship","nasa-api","near-earth-objects","python3","space","space-news"],"latest_commit_sha":null,"homepage":"https://neo-detection.herokuapp.com/api/browse/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MLH-Fellowship.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":"2020-10-06T18:38:35.000Z","updated_at":"2022-05-24T13:11:29.000Z","dependencies_parsed_at":"2022-09-08T02:36:18.458Z","dependency_job_id":null,"html_url":"https://github.com/MLH-Fellowship/neo-detection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MLH-Fellowship/neo-detection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLH-Fellowship%2Fneo-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLH-Fellowship%2Fneo-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLH-Fellowship%2Fneo-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLH-Fellowship%2Fneo-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MLH-Fellowship","download_url":"https://codeload.github.com/MLH-Fellowship/neo-detection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLH-Fellowship%2Fneo-detection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266285570,"owners_count":23905381,"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":["asteroids","astronomy","backend","django","hackathon-project","mlh","mlh-fellowship","nasa-api","near-earth-objects","python3","space","space-news"],"created_at":"2024-12-17T12:15:55.592Z","updated_at":"2026-04-21T05:35:10.444Z","avatar_url":"https://github.com/MLH-Fellowship.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neo-detection\nDetecting Near-Earth Objects using NASA's API\n\n## Installation\n```sh\n# Go into project directory\ncd neo-detection\n\n# Create virtual environment\npython3 -m venv env\nsource env/bin/activate\n\n# Install all required packages (Django, Django REST Framework, dotenv, etc.) into virtual env\npip install -r requirements.txt\n\n# Configure environment variables (instructions below)\n\n# Sync database and apply migrations\npython manage.py migrate\n\n# Create an admin superuser with your desired username, email and password\npython manage.py createsuperuser --username admin --email admin@example.com\n\n# Run the server (default: 127.0.0.1:8000)\npython manage.py runserver\n```\n\n## Environment Variables\n\nCreate a new `.env` file in root directory and use `.env.example` as a reference to provide the following environment variables:\n\n```sh\nDJANGO_SECRET_KEY=\nNASA_API_KEY=\n```\n\nTo generate a new Django secret key, run this in a Python virtual environment after dependencies have been installed.\n\n```sh\npython -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'\n```\n\n[Sign up to generate a NASA API key](https://api.nasa.gov/#signUp).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlh-fellowship%2Fneo-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlh-fellowship%2Fneo-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlh-fellowship%2Fneo-detection/lists"}