{"id":20543951,"url":"https://github.com/drewmoore/asteroid-tracker","last_synced_at":"2026-04-19T12:33:01.987Z","repository":{"id":78372025,"uuid":"95639738","full_name":"drewmoore/asteroid-tracker","owner":"drewmoore","description":"A web API for tracking asteroids, meteors, and other objects near the Earth ","archived":false,"fork":false,"pushed_at":"2017-06-30T05:23:27.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T18:57:05.540Z","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/drewmoore.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":"2017-06-28T07:07:33.000Z","updated_at":"2020-03-19T09:27:21.000Z","dependencies_parsed_at":"2023-05-27T18:15:45.750Z","dependency_job_id":null,"html_url":"https://github.com/drewmoore/asteroid-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drewmoore/asteroid-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewmoore%2Fasteroid-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewmoore%2Fasteroid-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewmoore%2Fasteroid-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewmoore%2Fasteroid-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewmoore","download_url":"https://codeload.github.com/drewmoore/asteroid-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewmoore%2Fasteroid-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32007499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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-16T01:41:33.970Z","updated_at":"2026-04-19T12:33:01.950Z","avatar_url":"https://github.com/drewmoore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/drewmoore/asteroid-tracker.svg?branch=master)](https://travis-ci.org/drewmoore/asteroid-tracker)\n\n# Asteroid Tracker\n\nThis Web API allows users to search NASA's database for objects close to Earth's orbit.\n\n## Getting started\n\n- Clone or fork the repository.\n- Set the environment variable `NASA_KEY` with your NASA API key.\n- Run `yarn`\n- Make sure that MongoDB is installed and the server is running.\n  - You can optionally set the environment variable `MONGO_PORT` to whichever port your Mongo server is listening. The default is 27017.\n- Seed the database with data from NASA's API by running `npm run fetch_neos`.\n- Start the server with `npm run serve`.\n- Run the tests with `npm test`.\n\n## Technologies Employed\n- Express\n  - The choice of Express for a simple, lightweight API server felt natural.\n  - The un-opinionated and tabula-rasa-oriented approach of the node server presents a good opportunity to demonstrate my own sense of application structure.\n  - The combination of server-side Javascript with MongoDB's BSON brings with it a certain feeling of consistency.\n  - I had been trained in Express, but it had been a while since I had worked with it. I wanted to take an opportunity to revisit the framework.\n- MongoDB\n  - MongoDB's ability to store and work with a variety of data types makes it a beneficial tool for the assignment. Mongo's abilities to perform bulk writes and aggregates were particularly useful in saving API data and grouping asteroids by date.\n- Mongoose\n  - I included this ORM for simple document validations and for better code maintainability through built-in CRUD-related methods.\n- Mocha with Chai\n  - Testing is always essential, and these are two proven tools.\n  - Chai provides useful tools for acceptance testing in addition to its human-readable syntax.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewmoore%2Fasteroid-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewmoore%2Fasteroid-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewmoore%2Fasteroid-tracker/lists"}