https://github.com/mindsgn/yiya-challenge
https://github.com/mindsgn/yiya-challenge
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindsgn/yiya-challenge
- Owner: mindsgn
- Created: 2021-06-07T14:32:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T14:42:24.000Z (about 5 years ago)
- Last Synced: 2025-11-01T05:28:28.790Z (9 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yiya Challenge
## Getting Started
1. git clone
```
git clone https://github.com/mindsgn/yiya-challenge
```
2. change to directory
```
cd yiya-challenge
```
2. run program to get movie API
```
node server.js
```
3. run program to test files
```
node test.js
```