Skip to content

Eggy115/Node.JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node.js Repository

OverviewInstallationUsageContributingLicense

GitHub issues GitHub forks GitHub stars GitHub license

Overview

This is my Node.js repository! This repository contains a collection of scripts and projects that I've written using Node.js. All code in this repository is licensed under the GPL v3.0 license.

Installation

To use any of the scripts or projects in this repository, you'll need to have Node.js installed on your machine. You can download the latest version of Node.js from the official website at https://nodejs.org/.

Usage

You can clone the repository, or to use a particular script or project, simply navigate to the file and download it, or copy and paste the code. To run the file, use the command:

node filename

OR if index.js:

node .

Notable Projects

  • /discord.js bot example
  • /node_modules
  • /

Contributing

Contributions to this repository are always welcome! If you have a script or project that you'd like to add, feel free to submit a pull request. Please make sure that your script/project is well-documented and adheres to the guidelines outlined in the Contributing file.

License

All scripts in this repository are released under the GPL v3 license. See the LICENSE file for more details.