An open API service indexing awesome lists of open source software.

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

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