Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google-files-api

I'm looking for a web-based system to simply manage libraries as private packages.

like image 488
mate64 Avatar asked Aug 12 '11 17:08

mate64


People also ask

Is there an API for Google Drive?

The Google Drive API allows you to create apps that leverage Google Drive cloud storage. You can develop applications that integrate with Drive, and create robust functionality in your application using the Drive API.

Is Google Doc API free?

All use of the Google Docs API is available at no additional cost. Exceeding the quota request limits doesn't incur extra charges and your account is not billed.


1 Answers

From a different perspective it seems you want to build an online repository of JavaScript libraries. I've seen people making efforts to use Maven for JavaScript library management and you would "manage the tangle" with a repository manager (like Nexus or Archiva). I dare say there are other similar offerings if Maven isn't your thing (Gradle, Grapes, Ivy ...).

(Moved from comments, as I thought this wasn't so much seeking clarification as it was suggesting a solution)

like image 81
Mark McLaren Avatar answered Oct 16 '22 22:10

Mark McLaren