mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
style: Fixes Codacy issues.
This commit is contained in:
parent
dc8676a027
commit
329ed24db8
28
README.md
28
README.md
@ -11,23 +11,23 @@ SerpBear is an Open Source Search Engine Position Tracking App. It allows you to
|
|||||||

|

|
||||||
|
|
||||||
#### 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.
|
||||||
|
@ -3,4 +3,4 @@ module.exports = {
|
|||||||
tailwindcss: {},
|
tailwindcss: {},
|
||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
},
|
},
|
||||||
}
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user