{"id":18696976,"url":"https://github.com/gbowne1/radiologger","last_synced_at":"2025-08-24T21:23:40.396Z","repository":{"id":153954775,"uuid":"628421434","full_name":"gbowne1/RadioLogger","owner":"gbowne1","description":"A Radio Logging application build with NodeJS and ExpressJS","archived":false,"fork":false,"pushed_at":"2024-11-04T07:10:42.000Z","size":959,"stargazers_count":6,"open_issues_count":23,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-28T03:43:14.747Z","etag":null,"topics":["hacktoberfest","ham-radio","hamradio","logging","mediumwave","qsl","qsl-card","radio","scanners","scanning","shortwave","shortwave-listeners","shortwave-radio","vhf"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/gbowne1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"gbowne1","patreon":null,"open_collective":null,"ko_fi":"gbowne1","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/gbowne1"]}},"created_at":"2023-04-15T22:26:43.000Z","updated_at":"2024-11-04T07:10:46.000Z","dependencies_parsed_at":"2024-03-28T08:43:18.614Z","dependency_job_id":"0436e8a4-5467-415d-a102-0b8a65ebf339","html_url":"https://github.com/gbowne1/RadioLogger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FRadioLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FRadioLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FRadioLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbowne1%2FRadioLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbowne1","download_url":"https://codeload.github.com/gbowne1/RadioLogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558930,"owners_count":19658929,"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":["hacktoberfest","ham-radio","hamradio","logging","mediumwave","qsl","qsl-card","radio","scanners","scanning","shortwave","shortwave-listeners","shortwave-radio","vhf"],"created_at":"2024-11-07T11:22:14.517Z","updated_at":"2025-02-18T22:14:10.086Z","avatar_url":"https://github.com/gbowne1.png","language":"HTML","funding_links":["https://github.com/sponsors/gbowne1","https://ko-fi.com/gbowne1","paypal.me/gbowne1"],"categories":[],"sub_categories":[],"readme":"# RadioLogger\n\n[![Node.js Version](https://img.shields.io/node/v/your-package-name)](https://nodejs.org/en/)\n[![Express.js Version](https://img.shields.io/npm/v/express)](https://www.npmjs.com/package/express)\n[![Mongoose Version](https://img.shields.io/npm/v/mongoose)](https://www.npmjs.com/package/mongoose)\n[![MongoDB Version](https://img.shields.io/npm/v/mongodb)](https://www.npmjs.com/package/mongodb)\n\n[![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white)](https://www.nodejs.com)\n[![Express](https://img.shields.io/badge/Express.js-404D59?style=for-the-badge)](https://expressjs.com)\n[![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)](https://www.nodejs.com)\n\nThis project is an amateur radio and shortwave radio logging application built using Node.js, Express.js, Mongoose, and MongoDB.\n\n## Table of Contents\n\n- [RadioLogger](#radiologger)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Requirements](#requirements)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [API Documentation](#api-documentation)\n  - [Testing](#testing)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n## Features\n\n- Amateur Radio \"Ham\" Logging\n- Shortwave Radio Logging\n- MW DX Logging\n- Scanner Logging\n- Contest Logging\n- QSL Card Database\n\n## Requirements\n\nThere are some requirements and prerequisites to developing this project.\n\n- Node.js version (e.g., v14.0.0 or higher)\n\n  Note: We suggest using the latest LTS version, shown on NodeJS's current download page.\n\n- MongoDB version (e.g., v4.0.0 or higher)\n\n## Installation\n\nAssuming you already have MongoDB and NodeJS installed, here are the installation requirements\n\n1. Clone this repository\n2. Change to the project directory\n3. Install client dependencies\n4. Install server dependencies\n5. Create a `.env` file in the project root with the following contents\n6. Start the mongod server with `mongod`\n7. Start the application\n   a. Change to /src/server\n   b. Start the server with npm start\n   c. Wait till node \u0026 nodemon start and connect to mongoose / MongoDB\n   d. Go to your browser and navigate to localhost:3000\n\n## Usage\n\nProvide detailed instructions on how to use your application, including examples of the main features.\n\n## API Documentation\n\nProvide a link to your API documentation, or include a brief overview of the available endpoints and their functionality.\n\n## Testing\n\nWe use Mocha and Chai to do our testing\n\n1. Run tests:\n\n- Run npm test\n\n## Contributing\n\nWe have a list of TODO's in [here](TODO.md).  If you would like to work on any of these, let us know which one you would like to work on.\nPlease read the [Contributing](CONTRIBUTING.md) document. If you think it will take you more than 3 days/72 hours to complete a task let us know that as well so we can keep issues from going stale. Please submit all PR's with a screenshot and assign the PR to yourself.\n\n## License\n\nCurrently we are using the [GPL-3.0-only](https://opensource.org/license/gpl-3-0/) license, but may adopt another in the future such as MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbowne1%2Fradiologger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbowne1%2Fradiologger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbowne1%2Fradiologger/lists"}