An open API service indexing awesome lists of open source software.

https://github.com/ramgoel/easycdn

easyCDN is a browser extension that helps you increase our developer productivity by giving all the popular CDN links right on top of your browser so you don't need to do a search everytime.
https://github.com/ramgoel/easycdn

bootstrap cdn cdn-distribution cdnjs font-awesome hacktoberfest html javascript react

Last synced: about 2 months ago
JSON representation

easyCDN is a browser extension that helps you increase our developer productivity by giving all the popular CDN links right on top of your browser so you don't need to do a search everytime.

Awesome Lists containing this project

README

        

# EasyCDN

easyCDN is a time-saving tool designed to simplify the process of accessing popular CDN (Content Delivery Network) links directly from your web browser. Say goodbye to the hassle of searching for CDN links on the web; easyCDN keeps all the popular CDN links conveniently at the top of your browser.

## Table of contents
- [Features](#features)
- [Contributing](#contributing)
- [Contributors](#contributors)

## Features-
- CDN Links from Various Providers
* Access a curated list of popular CDN links without the need for manual searching.

- Easy one click access
* Streamline your workflow by eliminating the need to repeatedly search for CDN links online.

- Multiple Browser Support
* easyCDN seamlessly integrates into your web browser, providing quick and easy access to CDN resources.

## Contributing
`Steps To Generate PR(Pull Request)`

- (Star ⭐ & Fork 🍽️) this repository.

# Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

# Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

```
git clone https://github.com/{your-github-username}/cdnExtension.git

```

# Create a branch

Then create a branch on your local repository to solve a problem.

```
git switch -c your_new_branch_name

```

# Add & commit

Add your changes(folder) to that branch.

Make necessary changes and commit those changes.

```
git add .
git commit -m "your-commit-message"

```

# Push changes to GitHub

Finally push your local repository to remote repository
Compare & Submit a Pull Request

```
git push

```

Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

Happy Contributing :)

## Contributors
- [Ram Goel](https://github.com/RamGoel)
- [Josh Lamptey](https://github.com/JoshLamptey)
- [Ankit Singh](https://github.com/Mahisingh09)
- [Janhvi Pandey](https://github.com/jpgJanhvi)
- [Rohit Patil](https://github.com/rohit-raje-786)