robin-dc / Web-APIs

Compilation of API exercises from appacademy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web APIs : Overview

Compilation of API exercises from appacademy.io


πŸ“ Why Learn Web APIs?

Web APIs (Application Programming Interfaces) allow different software systems to communicate and interact with each other over the internet. They serve as bridges between applications, enabling data exchange and functionality integration. By understanding web APIs, developers can leverage existing services and functionalities offered by various platforms, such as social media, payment gateways, mapping services, and more. This allows for faster development, reduced code complexity, and enhanced application capabilities. Additionally, with the increasing popularity of mobile and web applications, knowing how to consume and integrate APIs enables developers to create robust, interconnected, and feature-rich applications that can leverage the power of external services and data sources.


Set up

To install any dependencies, run:

npm install

Every folder that consist of test folder can run unit tests with mocha and chai, you can run the following command:

npm test

πŸ“ Other noteworthy projects

RECIPE.app
πŸ”— https://favoriterecipes.vercel.app/
🐱 https://github.com/robin-dc/RECIPE.app.git

Github User Searcher
πŸ”— https://github-usearch.vercel.app/
🐱 https://github.com/robin-dc/Github-User-Searcher.git

Dental Care Appointment System
πŸ”— https://dentalcareph.netlify.app/
🐱 https://github.com/robin-dc/Dental-Care-Appointment-System.git

Facebook UI Clone
πŸ”— https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Lofi Clock | Music and Notepad in one.
πŸ”— https://robin-dc.github.io/Lofi-Clock/
🐱 https://github.com/robin-dc/Lofi-Clock.git

Landing Pages

About

Compilation of API exercises from appacademy.io


Languages

Language:JavaScript 97.9%Language:Pug 2.1%Language:CSS 0.0%