Skip to content
/ API-s Public template

This is a sample repo for using APIs in Node.js applications created by me. It is for beginners looking to get started quickly on a new API project using the Node.js environment.

License

Notifications You must be signed in to change notification settings

thisismemukul/API-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using APIs DEMO

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.

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.

Getting Started

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

What's Included?

  • 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

License

The Hackathon Starter Kit is open source software licensed as MIT.

============================================================================

I'm a Web Developer, Graphic Designer, and Student!

Let's Connect on Linkedin 👋

Connect with me:

Mukul Saini | Telegram Mukul Saini | Instagram Mukul Saini | Whatsapp Mukul Saini | Linkedin


Languages and Tools:

Visual Studio Code

HTML5

CSS3

Sass

JavaScript

Git

GitHub



thisismemukul


thisismemukul


 thisismemukul


About

This is a sample repo for using APIs in Node.js applications created by me. It is for beginners looking to get started quickly on a new API project using the Node.js environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published