Skip to content

technotenshi/api_speedtest

Repository files navigation

api_speedtest

Codacy Badge

This project provides a small API built with Express. It logs Speedtest results into a CSV file.

Endpoints

  • GET / – returns a simple JSON message
  • PUT /log – stores a speed test result (requires an API key)
  • GET /wake – executes a keep‑alive query

Project Structure

  • app.js – Express application entry point
  • routes/ – route handlers for the API
  • modules/ – utilities for database access, logging and services

Getting Started

Install dependencies with npm install and run the application using Node or a process manager of your choice.

Development Notes

This repository does not define automated tests. Running npm test will fail unless a test script is added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •