ESGF / esgf-wget

Service API endpoint for simplified wget scripts
0 stars 4 forks source link

Upload first version of wget API code #1

Closed mauzey1 closed 4 years ago

mauzey1 commented 4 years ago

Here is the first version of the wget API.

To run the API:

  1. Install Django 2: pip install -r requirements.txt
  2. Run python manage.py runserver
  3. Access API from /wget: 127.0.0.1:8000/wget?dataset_id=<dataset_id>