Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easoncxz/yntdl
YNTDL is Not a ToDo List
https://github.com/easoncxz/yntdl
Last synced: 15 days ago
JSON representation
YNTDL is Not a ToDo List
- Host: GitHub
- URL: https://github.com/easoncxz/yntdl
- Owner: easoncxz
- Created: 2014-09-10T12:44:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T06:13:53.000Z (about 10 years ago)
- Last Synced: 2024-10-04T21:54:00.534Z (about 1 month ago)
- Language: Java
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YNTDL
=========YNTDL stands for "YNTDL is Not a ToDo List", although in fact - it sort of is. It is named this way because it's not (going to be) very complete/robust, since it's only a demo project.
This repo includes:
- a REST server that provides the YNTDL service over HTTP; and
- a simple custom HTTP client to consume the service.Everything in here uses the Spring Framework. It's better to use STS ("Spring Tool Suite") to work with this repo. Assuming you'll use STS, if you're to create a new project into which to copy these source code, pick "Spring MVC" as your type of Spring project.