style: Fixes Codacy issues.

This commit is contained in:
Towfiq 2022-12-06 13:31:32 +06:00
parent dc8676a027
commit 329ed24db8
2 changed files with 15 additions and 15 deletions

View File

@ -11,23 +11,23 @@ SerpBear is an Open Source Search Engine Position Tracking App. It allows you to
![Easy to Use Search Engine Rank Tracker](https://i.imgur.com/bRzpmCK.gif) ![Easy to Use Search Engine Rank Tracker](https://i.imgur.com/bRzpmCK.gif)
#### Features #### Features
- **Unlimited Keywords:** Add unlimited domains and unlimited keywords to track their SERP. - **Unlimited Keywords:** Add unlimited domains and unlimited keywords to track their SERP.
- **Email Notification:** Get notified of your keyword position changes daily/weekly/monthly through email. - **Email Notification:** Get notified of your keyword position changes daily/weekly/monthly through email.
- **SERP API:** SerpBear comes with built-in API that you can use for your marketing & data reporting tools. - **SERP API:** SerpBear comes with built-in API that you can use for your marketing & data reporting tools.
- **Mobile App:** Add the PWA app to your mobile for a better mobile experience. - **Mobile App:** Add the PWA app to your mobile for a better mobile experience.
- **Zero Cost to RUN:** Run the App on mogenius.com or Fly.io for free. - **Zero Cost to RUN:** Run the App on mogenius.com or Fly.io for free.
#### How it Works #### How it Works
The App uses third party website scrapers like ScrapingAnt, ScrapingRobot or Your given Proxy ips to scrape google search results to see if your domain appears in the search result for the given keyword. The App uses third party website scrapers like ScrapingAnt, ScrapingRobot or Your given Proxy ips to scrape google search results to see if your domain appears in the search result for the given keyword.
#### Getting Started #### Getting Started
- **Step 1:** Deploy & Run the App. - **Step 1:** Deploy & Run the App.
- **Step 2:** Access your App and Login. - **Step 2:** Access your App and Login.
- **Step 3:** Add your First domain. - **Step 3:** Add your First domain.
- **Step 4:** Get an free API key from either ScrapingAnt or ScrapingRobot. Skip if you want to use Proxy ips. - **Step 4:** Get an free API key from either ScrapingAnt or ScrapingRobot. Skip if you want to use Proxy ips.
- **Step 5:** Setup the Scraping API/Proxy from the App's Settings interface. - **Step 5:** Setup the Scraping API/Proxy from the App's Settings interface.
- **Step 6:** Add your keywords and start tracking. - **Step 6:** Add your keywords and start tracking.
- **Step 7:** Optional. From the Settings panel, setup SMTP details to get notified of your keywords positions through email. You can use ElasticEmail and Sendpulse SMTP services that are free. - **Step 7:** Optional. From the Settings panel, setup SMTP details to get notified of your keywords positions through email. You can use ElasticEmail and Sendpulse SMTP services that are free.
#### Compare SerpBear with other SERP tracking services: #### Compare SerpBear with other SERP tracking services:
@ -43,5 +43,5 @@ The App uses third party website scrapers like ScrapingAnt, ScrapingRobot or You
(*) Free upto a limit. If you are using ScrapingAnt you can lookup 10,000 times per month for free. (*) Free upto a limit. If you are using ScrapingAnt you can lookup 10,000 times per month for free.
**Stack** **Stack**
- Next.js for Frontend & Backend. - Next.js for Frontend & Backend.
- Sqlite for Database. - Sqlite for Database.

View File

@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
} };