Express.js, or simply Express, is a web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.
Faker is a JavaScript library which provides utility functions to generate massive amounts of realistic fake data in Node.js and the browser.
Gatsby is a free and open source framework based on React and GraphQL that helps developers build blazing fast websites and apps
GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data. GraphQL was developed internally by Facebook in 2012.
JavaScript is an object-oriented programming language used alongside HTML and CSS to give functionality to web pages.
In computing, JavaScript Object Notation is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types. It is a very common data format, with a diverse range of applications, such as serving as replacement for XML in AJAX systems.
Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schema.
Node.js is a tool for executing JavaScript in a variety of environments.
React is an open source JavaScript library used for designing user interfaces.
Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser.