ASP.NET Core based universal file provider microservice, allows to interface with different file services such as GoogleDrive, OneDrive and others via single convenient interface. With hoo, you can seamlessly manage files from multiple platforms using a single API, reducing the complexity of integrating different file providers in your applications
hoo is not a new javascript framework btw, this time it is a .NET one
- Source code available at github.com/Maksasj/hoo
- π‘ mochi logging microservice github.com/Maksasj/mochi
Main features of hoo microservice
- Multi-provider support: Interact with multiple file storage providers through a single service.
- Extendable architecture: Easily add support for new file providers.
- RESTful API: Clean, easy-to-use API for interfacing with file services.
- Supported providers: GoogleDrive, OneDrive, HTTP files(also called WebFiles (any file that could be accessed via URL))
- Universall thumbnail provider
- Pinterest images, boards as WebFiles
- Youtube videos as WebFiles
Please make sure you have the following prerequisites:
- A desktop platform with the .NET 8.0 SDK installed
- Version control tool Git
When it comes to contributing to the project, the two main things you can do to help out are reporting issues and submitting pull requests.
If you have any questions, feel free to to submit issue or message author on social medias.
hoo is free and open source universal file provider microservice. All code in this repository is licensed under
- Apache-2.0 license (LICENSE.md or http://www.apache.org/licenses/LICENSE-2.0)
Copyright 2024 Β© Maksim Jaroslavcevas