xritzx / API-WareHouse

The API Store for All Application & Backend Frameworks of ongoing & past projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API WareHouse

The API Store for All Application & Backend Frameworks of ongoing & past projects.

Basic Setup

NoSql is being used as the primary database framework.
So for the database, you are free to use any NOSQL Database. Make a local database and share the database format in your repo too.
You can, for example, make a local database on a local instance of mongo in your system and share the configuration with us. We will port it to our specified database when we will integrate it. Your focus should be on the API.
The final database will be hosted on DynamoDB.
You can use Python, PHP, NodeJS. Please make sure you add the comments to describe your function.

Folder Structure

Each API will have a folder containing either or all three sub-folder (python, php or nodejs). Required dependencies are to be added in the Readme.MD file under Requirements.
All folders must have a Readme file describing the matter of the folder and its various requirements, models, parameters, etc.
Once a new folder is added, please make sure you add that feature over here under the APIs List with Proper Readme linkage.

APIs List

  1. An API for Fetching Latest News/Updates
  2. Web Scraping API for Event Fetching
  3. API to Show & Compare Events (Required)
  4. Send Email API
  5. Send SMS API

Contribution

Anyone can contribute to this project and we will be providing links to their Github Profiles in our final application as tribute to the contribution. To contribute, fork this repository, Add your files under a subfolder named after your username. And add your APIs over there.
After you are done, add your name to the Contribution File. You will find more instructions over there.
After you are done with the above commits, create a Pull Request and wait for the confirmation.

Spread OpenSource Love! Thanks

About

The API Store for All Application & Backend Frameworks of ongoing & past projects.

License:MIT License


Languages

Language:PHP 96.6%Language:JavaScript 2.7%Language:Python 0.6%