Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambesawi committed Nov 9, 2023
1 parent d036d84 commit ca53575
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 0x06-starwars_api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Star Wars Characters Script

## Project Description

This project provides a Node.js script that retrieves and prints the characters of a Star Wars movie using the Star Wars API. The script takes a Movie ID as input and displays the character names in the same order as they appear in the movie's data.

## Requirements

- Ubuntu 20.04 LTS
- Node.js (Version 10.14.x)
- Semi-Standard style compliance with semicolons (AirBnB style reference)
- Request module

## Installation

### Install Node.js (Version 10)

If Node.js is not already installed on your system, you can follow the provided instructions to install Node.js version 10:

```bash
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$ sudo apt-get install -y nodejs

## Install Semi-Standard
To ensure code compliance with the Semi-Standard style, install the semistandard module globally:

$ sudo npm install semistandard --global

0 comments on commit ca53575

Please sign in to comment.