From edc6ae8e72d9f2e4e7d87e36a9386b7a9c894004 Mon Sep 17 00:00:00 2001 From: Anka Date: Tue, 3 Sep 2024 12:26:02 +0000 Subject: [PATCH] Auto updating db and README.md --- README.md | 3 +++ db/resources.json | 18 +++++++++++++++++- resources/o.ts | 7 ++++--- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 666a8b41..d0d1f62e 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ | [Hoppscotch](https://hoppscotch.io/) | Helps you create requests faster, saving precious time on development. | hoppscotch, hopp scotch, hoppscotch online, hoppscotch app, postwoman, postwoman chrome, postwoman o... | | [Insomnia](https://insomnia.rest/) | Design & Debug APIs like a human, not a robot. | | | [Nitric](https://nitric.io) | A fun and productive framework for building serverless apps | serverless, cloud, development, framework | + | [Odown](https://odown.io/) | Simple website uptime monitoring tool to monitor your websites and APIs combined with public status pages | website monitoring, slack, webhooks, performance | | [Paw](https://paw.cloud/) | Paw is a full-featured HTTP client that lets you test and describe the APIs you build or consume. It has a beautiful native macOS interface to compose requests, inspect server responses, generate clie... | | | [Postman](https://www.postman.com/) | Postman makes API development easy. Our platform offers the tools to simplify each step of the API building process and streamlines collaboration so you can create better APIs faster. | | | [RapidAPI](https://rapidapi.com/) | Use RapidAPI to Find, Connect, & Share 1000s of APIs using our Multi-cloud platform. Improve Developer Experience with API Design, Testing, Monitoring, & More! | | @@ -1467,6 +1468,7 @@ | [JustRemote](https://justremote.co/) | Discover Remote Jobs from around the world. Give up the commute, work remotely and do what you love, daily, from anywhere. Find your perfect remote development, design, sales or marketing job today. | | | [Laradir](https://laradir.com/) | The biggest directory of Laravel engineers. Find your next role or gig. Laradir is a reverse job board, so teams reach out to you! | laravel developers, laravel freelancers, directory, collaborators, mentor, full-time, part-time, hyb... | | [Nomad List](https://nomadlist.com/) | Best places to live for a digital nomad | | + | [Odown](https://odown.io/) | Simple website uptime monitoring tool to monitor your websites and APIs combined with public status pages | website monitoring, slack, webhooks, performance | | [Remote Impact](https://www.remoteimpact.io/) | Remote dev jobs to save the world. Find a job with social impact in a company tackling the UNs Sustainable Development Goals. We add jobs daily in 17 key impact areas such as climate change, poverty, ... | | | [Remote Leaf](https://remoteleaf.com/) | Remote Leaf aggregates remote jobs in one organized place from 60+ remote job boards, company career pages, AngelList, Linkedin, Reddit, Twitter, Facebook groups and Hacker news hiring. | | | [Remote.co](https://remote.co/) | Remote.co is a resource for companies that see remote work as an opportunity. | | @@ -1890,6 +1892,7 @@ | [GoDaddy](https://www.godaddy.com) | Your all in one solution to grow online. Start a free trial to create a beautiful website, get a domain name, fast hosting, online marketing and award-winning 24/7 support. | | | [Landing AI](https://landing-ai.com/) | Make a stunning landing page with AI in seconds. Get your perfect copywriting, color board, logo and illustrations thanks to generative Artificial Intelligence. | | | [Linktopus](https://linktopus.co) | The simplicity of a link in bio, the power of a page builder. Create your page and grow your online presence. Ready in minutes. | link in bio, personal site, share links, linktree, liinks, bento | + | [Odown](https://odown.io/) | Simple website uptime monitoring tool to monitor your websites and APIs combined with public status pages | website monitoring, slack, webhooks, performance | | [Site123](https://www.site123.com/) | Create a free website with SITE123. No design or coding skills required. SITE123 is by far the easiest free website builder. Create your website now! | Free website builder, Create a free website | | [Squarespace](https://www.squarespace.com/) | Squarespace is the all-in-one solution for anyone looking to create a beautiful website. Domains, eCommerce, hosting, galleries, analytics, and 24/7 support all included. | | | [Tutoriac](https://tutoriac.com) | Tutoriac provides video tutorials for learning how to create websites with website builders like Wix, Google Sites, Squarespace, Webflow, Carrd, Framer. | website builder video tutorials, google sites, landing pages, portfolio, personal site | diff --git a/db/resources.json b/db/resources.json index a1a2c12c..358813cf 100644 --- a/db/resources.json +++ b/db/resources.json @@ -1,5 +1,5 @@ { -"count": 903, +"count": 904, "data": [ { "name": "1001 Fonts", @@ -6540,6 +6540,22 @@ "description": "GitHub on steroids.", "url": "https://www.octotree.io/" }, + { + "name": "Odown", + "categories": [ + "API Building", + "Remote", + "Website Builder" + ], + "description": "Simple website uptime monitoring tool to monitor your websites and APIs combined with public status pages", + "keywords": [ + "website monitoring", + "slack", + "webhooks", + "performance" + ], + "url": "https://odown.io/" + }, { "name": "Offen", "categories": [ diff --git a/resources/o.ts b/resources/o.ts index e204a4a5..96878f65 100644 --- a/resources/o.ts +++ b/resources/o.ts @@ -9,9 +9,10 @@ export const resources: Resource[] = [ }, { name: 'Odown', - categories: ['API Building', 'Remote', "Website Builder"], - description: 'Simple website uptime monitoring tool to monitor your websites and APIs combined with public status pages', - keywords: ['website monitoring','slack', 'webhooks','performance'], + categories: ['API Building', 'Remote', 'Website Builder'], + description: + 'Simple website uptime monitoring tool to monitor your websites and APIs combined with public status pages', + keywords: ['website monitoring', 'slack', 'webhooks', 'performance'], url: 'https://odown.io/', }, {