Skip to content

Latest commit

 

History

History

0x14-javascript-web_scraping

0x14. Javascript - Web scraping

Description

What you should learn from this project:

  • Why Javascript programming is amazing (don’t forget to tweet today, with the hashtag #javascriptisamazing :))
  • How to manipulate JSON data
  • How to use request and fetch API
  • How to read and write a file using fs module

  • Write a script that reads and prints the content of a file.
  • Write a script that writes a string to a file.
  • Write a script that display the status code of a GET request.
  • Write a script that prints the title of a Star Wars movie where the episode number matches a given integer.
  • Write a script that prints the number of movies where the character “Wedge Antilles” is present.
  • Write a script that gets the contents of a webpage and stores it in a file.
  • Write a script that computes the number of tasks completed by user id.

Author