Skip to content

Commit 1c20643

Browse files
AnkaAnka
authored andcommitted
Auto updating db and README.md
1 parent bb82f97 commit 1c20643

3 files changed

Lines changed: 25 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
|      | Name | Description | Keywords |
227227
|---|---|---|---|
228228
<img src="https://www.google.com/s2/favicons?domain=https://appark.ai/en&sz=128" width="16" /> | [Appark](https://appark.ai/en) | Free app market analytics for growth and competition insights | app market research, mobile app market intelligence, mobile apps analytics, app store ranking |
229+
<img src="https://www.google.com/s2/favicons?domain=https://appstoretracker.com/&sz=128" width="16" /> | [AppStore Tracker](https://appstoretracker.com/) | An open AppStore Explorer | appstore explorer, mobile apps, app revenue data, app downloads |
229230
<img src="https://www.google.com/s2/favicons?domain=https://aptabase.com&sz=128" width="16" /> | [Aptabase](https://aptabase.com) | Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web apps. Get simple and actionable insights without compromising user privacy. | mobile, analytics, privacy, opensource |
230231
<img src="https://www.google.com/s2/favicons?domain=https://beampipe.io/&sz=128" width="16" /> | [beampipe](https://beampipe.io/) | Beampipe is a simple, privacy-focussed alternative to Google Analytics with a free tier for small sites. | |
231232
<img src="https://www.google.com/s2/favicons?domain=https://www.gobeheard.com/&sz=128" width="16" /> | [Beheard Labs](https://www.gobeheard.com/) | AI-Powered Customer Insight Platform | market research, customer insights, research automation, voice of customer |
@@ -1308,6 +1309,7 @@
13081309
<img src="https://www.google.com/s2/favicons?domain=https://www.ai-seo.tools&sz=128" width="16" /> | [AI SEO Tools](https://www.ai-seo.tools) | Discover the Best AI SEO Tools in One Place | automation, ai, marketing, aggregators |
13091310
<img src="https://www.google.com/s2/favicons?domain=https://alteropen.com/&sz=128" width="16" /> | [Alteropen](https://alteropen.com/) | Alternative Directory to popular SaaS products (Free/ OpenSource or with Great Deals) for Developer, Indie | |
13101311
<img src="https://www.google.com/s2/favicons?domain=https://appark.ai/en&sz=128" width="16" /> | [Appark](https://appark.ai/en) | Free app market analytics for growth and competition insights | app market research, mobile app market intelligence, mobile apps analytics, app store ranking |
1312+
<img src="https://www.google.com/s2/favicons?domain=https://appstoretracker.com/&sz=128" width="16" /> | [AppStore Tracker](https://appstoretracker.com/) | An open AppStore Explorer | appstore explorer, mobile apps, app revenue data, app downloads |
13111313
<img src="https://www.google.com/s2/favicons?domain=https://www.automationtools.directory/&sz=128" width="16" /> | [Automation Tools Directory](https://www.automationtools.directory/) | Handpicked Automation Tools to Boost Your Productivity | marketing, tools, workflow automation, business |
13121314
<img src="https://www.google.com/s2/favicons?domain=https://backlinkbot.ai&sz=128" width="16" /> | [BacklinkBot](https://backlinkbot.ai) | Submit your startup to 100+ directories in 10 minutes. Get instant traffic on your site, save days of manual work with just one click. | backlink, seo, directory submission, traffic |
13131315
<img src="https://www.google.com/s2/favicons?domain=https://www.backlinkgpt.com&sz=128" width="16" /> | [BacklinkGPT](https://www.backlinkgpt.com) | Automate Your Link-Building with AI-Personalized Outreach. | link building, SEO, backlink, outreach |

db/resources.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"count": 1138,
2+
"count": 1139,
33
"data": [
44
{
55
"name": "1001 Fonts",
@@ -624,6 +624,21 @@
624624
],
625625
"url": "https://app-mockup.com/"
626626
},
627+
{
628+
"name": "AppStore Tracker",
629+
"description": "An open AppStore Explorer",
630+
"categories": [
631+
"Analytics",
632+
"Marketing"
633+
],
634+
"url": "https://appstoretracker.com/",
635+
"keywords": [
636+
"appstore explorer",
637+
"mobile apps",
638+
"app revenue data",
639+
"app downloads"
640+
]
641+
},
627642
{
628643
"name": "Appwrite",
629644
"description": "Appwrite provides web and mobile developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.",

resources/a.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,13 @@ export const resources: Resource[] = [
310310
categories: ['Prototyping', 'Screenshot'],
311311
url: 'https://app-mockup.com/',
312312
},
313-
  {
314-
  name: 'AppStore Tracker',
315-
  description: 'An open AppStore Explorer',
316-
  categories: ['Analytics', 'Marketing'],
317-
  url: 'https://appstoretracker.com/',
318-
  keywords: ['appstore explorer', 'mobile apps', 'app revenue data', 'app downloads'],
319-
  },
313+
{
314+
name: 'AppStore Tracker',
315+
description: 'An open AppStore Explorer',
316+
categories: ['Analytics', 'Marketing'],
317+
url: 'https://appstoretracker.com/',
318+
keywords: ['appstore explorer', 'mobile apps', 'app revenue data', 'app downloads'],
319+
},
320320
{
321321
name: 'Appwrite',
322322
description:

0 commit comments

Comments
 (0)