A security service for checking URLs against Google's updated lists of unsafe web resources.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
beSAFE is a security tool that checks URLs against Google's constantly updated lists of unsafe web resources. It helps identify and protect against phishing and deceptive sites.
To get a local copy up and running, follow these simple steps.
- npm
npm install npm@latest -g
Below are steps to follow in setting up the project.
- Start a new project and get a free API Key at https://console.cloud.google.com/
- Clone the repo
git clone https://github.com/your_username/besafe.git
- Install NPM packages
npm install
- Create a
.env.development.local
file in your root directory. - Paste your API Key in
.env.development.local
NEXT_PUBLIC_API_KEY = ENTER YOUR API
- Run
npm run dev
Here's a preview of how the tool works
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. I would greatly appreciate any contributions you make.
If you have a suggestion to improve this, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Twitter - @heysolomon_
Project Link: https://github.com/heysolomon/besafe
Here are some resources I found very useful while building this project