This is a sample repo for using APIs in Node.js applications created by Mukul Saini. It is for beginners looking to get started quickly on a new API project using the Node.js environment.
- Installation Guide - How to get started with a new API Node.js app
This project requires the following tools:
- Node.js - The JavaScript environment for server-side code.
- NPM - A Node.js package manager used to install dependencies.
- API - An Open Source APIs.
To get started, install NPM and NodeJS on your local computer if you don't have them already.
Step 1. Clone the code into a fresh folder
$ git clone https://github.com/thisismemukul/API-s.git
$ cd API-s
Step 2. Install Dependencies.
Next, we need to install the project dependencies, which are listed in package.json
.
$ npm init
- Express - A minimal web framework for Node.js web applications
- request - Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.
Step 3. Install Package.
Next, we need to install the request package, which is listed in package.json
.
$ npm install request
The Hackathon Starter Kit is open source software licensed as MIT.
============================================================================
Let's Connect on Linkedin 👋
- ⚡ My Portfolio 👇
----> Thisismemukul (My Portfolio)