https://github.com/derhuerst/nettbuss-stations
A list of Nettbuss.se stations.
https://github.com/derhuerst/nettbuss-stations
bus coach nettbuss public-transport transit
Last synced: 3 months ago
JSON representation
A list of Nettbuss.se stations.
- Host: GitHub
- URL: https://github.com/derhuerst/nettbuss-stations
- Owner: derhuerst
- License: isc
- Created: 2017-04-23T19:55:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T04:04:06.000Z (over 3 years ago)
- Last Synced: 2025-02-07T23:16:29.568Z (3 months ago)
- Topics: bus, coach, nettbuss, public-transport, transit
- Language: JavaScript
- Homepage: https://github.com/derhuerst/nettbuss-stations
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# nettbuss-stations
**A list of Nettbuss.se stations.**
[](https://www.npmjs.com/package/nettbuss-stations)
[](https://travis-ci.org/derhuerst/nettbuss-stations)

[](https://gitter.im/derhuerst)## Installing
```shell
npm install nettbuss-stations
```## Usage
The [npm package](https://npmjs.com/nettbuss-stations) contains data in the [*Friendly Public Transport Format*](https://github.com/public-transport/friendly-public-transport-format).
```js
const stations = require('nettbuss-stations')console.log(stations)
``````js
[
{
id: '1394',
name: 'Nils Ericson-terminalen',
coordinates: null,
city: {id: '210', name: 'Göteborg'},
weight: 65463,
tags: [],
country: {id: '1', name: 'Sverige'}
},
// …
{
id: '242',
name: 'Oslo Bussterminal',
coordinates: null,
city: {id: '46', name: 'Oslo'},
weight: 112120,
tags: [],
country: {id: '2', name: 'Norge'}
}
// …
]
```## Contributing
If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/nettbuss-stations/issues).