Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/m3o/m3o into main
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Feb 19, 2022
2 parents 84c1afb + 086c2eb commit 92f0fc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ at [m3o.com](https://m3o.com).

Here are the main features:

- **🔥 One Platform** - Discover, explore and consume public APIs all in one place.
- **1️⃣ One Platform** - Discover, explore and consume public APIs all in one place.
- **☝️ One Account** - Manage your API usage with one account and one token.
- **⚡ One Framework** - Learn, develop and integrate using one set of docs and libraries.
- **🆓 Pay As You Grow** - It's free to start and everything is priced per request.
Expand All @@ -34,13 +34,13 @@ Here are the main features:

So far there are over 50+ services. Here are some of the highlights:

### Backend
### Cloud

- [**Apps**](https://m3o.com/app) - Global app deployment
- [**DB**](https://m3o.com/db) - Simple database service
- [**Apps**](https://m3o.com/app) - Serverless app deployment
- [**Database**](https://m3o.com/db) - Serverless postgres database
- [**Functions**](https://m3o.com/function) - Serverless lambda functions
- [**Events**](https://m3o.com/event) - Publish and subscribe to messages
- [**Functions**](https://m3o.com/function) - Serverless compute as a service
- [**User**](https://m3o.com/user) - User management and authentication
- [**Users**](https://m3o.com/user) - User management and authentication
- [**Space**](https://m3o.com/space) - Infinite cloud storage
- [**Search**](https://m3o.com/search) - Indexing and full text search

Expand All @@ -49,8 +49,9 @@ So far there are over 50+ services. Here are some of the highlights:
- [**Address**](https://m3o.com/address) - Address lookup by postcode
- [**Geocoding**](https://m3o.com/geocoding) - Geocode an address to gps location and the reverse.
- [**Location**](https://m3o.com/location) - Real time GPS location tracking and search
- [**Routing**](https://m3o.com/routing) - Etas, routes and turn by turn directions
- [**IP to Geo**](https://m3o.com/ip) - IP to geolocation lookup
- [**Places**](https://m3o.com/place) - Search for geographic points of interest
- [**Routes**](https://m3o.com/routing) - Etas, routes and turn by turn directions
- [**IP2Geo**](https://m3o.com/ip) - IP to geolocation lookup

### Utility

Expand Down
6 changes: 3 additions & 3 deletions apps/cloud/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ export const Layout: FC = () => {
<div className="pl-52">
<aside className="bg-zinc-900 h-screen fixed top-0 left-0 w-52 border-r border-gray-700">
<div className="p-6">
<Link
to="/"
<a
href="https://m3o.com"
className="relative hover:no-underline flex items-center"
>
<img src="/logo-white.png" alt="m3o logo" className="w-8" />
<p className="font-bold text-white ml-2">Cloud</p>
</Link>
</a>
</div>
<nav className="m-2">
<h2 className="pl-4 pb-4 text-gray-500 uppercase text-sm">Manage</h2>
Expand Down

0 comments on commit 92f0fc6

Please sign in to comment.