Skip to content

Commit

Permalink
Adds metadata for DC Metro (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell authored Jun 16, 2023
1 parent 9d6e61a commit fe080d5
Show file tree
Hide file tree
Showing 5 changed files with 588 additions and 634 deletions.
30 changes: 15 additions & 15 deletions content/en/data-playground/dc-metro.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: "Dc Metro"
title: "DC Metro"
slug: "dc-metro"
subtitle: "Stock Market Data"
subtitle: "Public Transport Data"
draft: false
image: img/data-playground/finnhub.png
summary: Connect to stock market data and start experimenting with financial models and apps.
github_link: "github.com"
description: FinnHub provides real-time stock market data. Note that the stock market is closed during certain times of days and days of the week.
producer_name: FinnHub
producer_link: https://finnhub.io/
data: Stock prices, company profiles, company & market news
image: img/data-playground/dc-metro.png
summary: Connect to DC Metro public transport data and start experimenting with scheduling models and apps.
github_link: https://github.com/rotationalio/data-playground/tree/main/wmata
description: DC WMATA provides public transportation data such as real-time bus and rail predictions.
producer_name: DC WMATA
producer_link: https://developer.wmata.com/docs/services/gtfs/operations/bus-gtfs-static
data: Bus & train trip updates, alerts, and vehicle positions.
is_account_required: false
license: Free
license_warning: Please review terms and conditions Access to data sources can change.
is_api_key_required: false
api_type: REST, Websocket
sdks: Go
limits: N/A
license_warning: Please review terms and conditions. Access to data sources can change.
is_api_key_required: true
api_type: GTFS protocol buffers
sdks: N/A
limits: None
weight: 5
---
{{% data-playground-wrapper %}}
Expand All @@ -26,7 +26,7 @@ weight: 5

```python
def example(name):
print(f"example, {name}!")
print(f"example, {name}!")
```

{{% /data-playground-code-tab %}}
Expand Down
37 changes: 0 additions & 37 deletions index.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build:css": "NODE_ENV=production npx tailwindcss -i input.css -o static/output.css -m",
"build:hugo": "hugo",
"build": "run-s build:*",
"index": "hugo-lunr -i \"content/en/data-playground/*.md\" -o index.json"
"index": "hugo-lunr -i \"content/en/data-playground/*.md\" -o static/index.json"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit fe080d5

Please sign in to comment.