https://github.com/mojoaxel/thredds-browser
Metadata browser for THREDDS server
https://github.com/mojoaxel/thredds-browser
Last synced: 3 months ago
JSON representation
Metadata browser for THREDDS server
- Host: GitHub
- URL: https://github.com/mojoaxel/thredds-browser
- Owner: mojoaxel
- Created: 2017-03-09T19:14:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T12:00:33.000Z (over 1 year ago)
- Last Synced: 2024-10-18T23:32:05.550Z (8 months ago)
- Language: JavaScript
- Homepage: http://46.101.150.124:3000
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thredds-browser
This software is a simple directory browser for [THREDDS Data Server](https://www.unidata.ucar.edu/software/thredds/current/tds/).
It allows to navigate through the datasets and extracts Meta-Data as JSON.## Setup
git clone https://github.com/mojoaxel/thredds-browser.git
cd thredds-browser
npm install## Start Server
npm start
Now you can open your browser:
sensible-browser http://localhost:3000