Skip to content

Commit f1b77f9

Browse files
committed
changes
1 parent 4d9bd4c commit f1b77f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# learn-api-workflow
2-
as a begginer understanding api is the most have skill
2+
### as a begginer understanding api is the most have skill
3+
4+
## What to do!
5+
## Give the repo a star to begin with;
6+
7+
1: fork this repo
8+
2: clone the forked one to your computer
9+
3: open the folder in your code editor
10+
4: open the file called (challenge.js)
11+
5: create a file name it (yourname.js);
12+
6: code your answers in this new file;
13+
lastly: push your result and open a PULL REQUEST in this repo when done!

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ getData().then((data) => {
4444
//1D: filter out only title of the post from number 3 above
4545

4646
// 2A: fetch comments from above api in a function then return the results.
47+

0 commit comments

Comments
 (0)