SuhailSherief / UserAPI

An API that is used to store, retrieve and update user data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

This is the source code that powers the randomuser.me User Generator.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Next
  • Vue
  • JQuery

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

About

An API that is used to store, retrieve and update user data


Languages

Language:JavaScript 100.0%