Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cycle Tracker

БесплатноНе проверен

Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history.

GitHubEmbed

Описание

Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history.

README

A dashboard for real-time monitoring and analytics of bike-sharing stations in Manchester, powered by Starling Bank. This project features both a web frontend and a backend API.

Features

  • Live bike and station stats: View availability, utilization, and capacity for stations.
  • Interactive map: Visualize station locations and bike distribution.
  • Popular stations analytics: Insights into the most-used and highest capacity stations.
  • Modern UI: Built with React, Tailwind CSS, and Radix UI for a responsive experience.

Project Structure

- bike-sharing-dashboard/   # Frontend (React, TypeScript, Vite)
  ├── src/
  │   ├── components/
  │   │   ├── dashboard/         # Dashboard features (PopularStationAnalytics, StatsCards, InteractiveMap)
  │   │   ├── home/              # Home page
  │   │   └── ui/                # UI primitives (Sheet, Tabs, Card, Table)
  │   ├── lib/                   # Utility functions
  │   ├── App.css, index.css     # Styles
  │   └── main.tsx               # App entry point
  ├── index.html                 # Root HTML
  ├── vite.config.ts             # Vite config
  └── tailwind.config.js         # Tailwind config

- worker/                   # Backend (Cloudflare Worker, TypeScript, Hono, D1)
  ├── src/
  │   ├── index.ts              # Hono app, CORS, static assets, cron entry
  │   ├── snapshot.ts           # GBFS feed -> D1 snapshot job (10-min cron)
  │   └── routes/               # API routes (bikes, stations, analytics)
  ├── migrations/               # D1 schema migrations
  └── wrangler.jsonc            # Worker + D1 + cron + custom domain config

Getting Started

Prerequisites

  • Node.js & npm
  • A Cloudflare account (Workers + D1) for deployment

Local development

Backend (Worker + local D1):

cd worker
npm install
npm run migrate:local   # first time only
npx wrangler dev        # API on http://localhost:8787

Frontend:

cd bike-sharing-dashboard
npm install
npm run dev             # UI on http://localhost:5173, calls the local worker

Deployment

Live at cycle.arrakis.house. Pushes to main that touch worker/ or bike-sharing-dashboard/ trigger .github/workflows/deploy.yml, which builds the frontend, applies D1 migrations, and runs wrangler deploy. The Worker serves the static frontend and the /api/v1 API from the same origin, and a 10-minute cron snapshots the Beryl GBFS feeds into D1.

Technologies Used

  • Frontend: React, TypeScript, Tailwind CSS, Vite, Radix UI
  • Backend: Cloudflare Workers, Hono, D1 (SQLite), TypeScript

Author

ThisisBankole

from github.com/ThisisBankole/Starling-Bank-Bikes-Mancheter

Установка Cycle Tracker

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ThisisBankole/Starling-Bank-Bikes-Mancheter

FAQ

Cycle Tracker MCP бесплатный?

Да, Cycle Tracker MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cycle Tracker?

Нет, Cycle Tracker работает без API-ключей и переменных окружения.

Cycle Tracker — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Cycle Tracker в Claude Desktop, Claude Code или Cursor?

Открой Cycle Tracker на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cycle Tracker with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development