Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesg-foundation/awesome

Awesome is a list of Services and Applications developed using MESG by the community
https://github.com/mesg-foundation/awesome

List: awesome

awesome-list mesg mesg-application mesg-service

Last synced: about 1 month ago
JSON representation

Awesome is a list of Services and Applications developed using MESG by the community

Awesome Lists containing this project

README

        

[Website](https://mesg.com/) - [Docs](https://docs.mesg.com/) - [Forum](https://forum.mesg.com) - [Chat](https://discordapp.com/invite/SaZ5HcE) - [Blog](https://medium.com/mesg)

Welcome to MESG!

Here you will find a list of services developed by the community using MESG. All of the services in this Awesome list can be reused to create new applications and solutions. Now, building powerful applications can be as easy as connecting the existing services below.

Not sure how to get started building with MESG? Begin with the [docs](https://docs.mesg.com) and [tutorials](https://docs.mesg.com/tutorials/), or use the contribution guide below.

# Services

## Blockchain

- [Ethereum ERC20](https://github.com/mesg-foundation/service-ethereum-erc20) - MESG service to interact with an Ethereum ERC20 token
- [Ethereum](https://github.com/mesg-foundation/service-ethereum) - Ethereum service for MESG

## Data Manipulation

- [GraphQL Fields to Mongo Selections](https://github.com/ilgooz/service-graphql-fields-to-mongo-selections) - Convert GraphQL fields to MongoDB field selections
- [Objects](https://github.com/ilgooz/service-objects) - Manipulate and create data objects

## Location

- [Location](https://github.com/ilgooz/service-location) - Find locations of IP addresses.

## Logic

- [Logic](https://github.com/ilgooz/service-logic) - Logical comparisons over data.

## Logging

- [BlueLogger](https://github.com/ilgooz/service-bluelogger) - Log your data to standard output.

## Notification

- [MESG Discord Invitation](https://github.com/mesg-foundation/service-discord-invitation) - MESG service to invite users to join the MESG Discord
- [Webhook](https://github.com/mesg-foundation/service-webhook) - Send and receive Webhooks through MESG
- [Slack](https://github.com/mesg-foundation/service-slack) - MESG service that sends a notification on Slack
- [Devcon update](https://github.com/mesg-foundation/service-devcon-update) - MESG service that sends a notification when there is an update on the Devcon website
- [Email Sendgrid](https://github.com/mesg-foundation/service-email-sendgrid.git) - Send emails through Sendgrid's API
- [MESG Pusher](https://github.com/Roms1383/mesg-pusher.git) - Send notifications through Pusher's API
- [Sms Twilio](https://github.com/emrekeskinmac/service-sms-twilio) - Send Sms through Twilio's API
- [Blockstream Satellite](https://github.com/RyanMilb/service-satellite-broadcast/) - Send a message from space with blockstream.

## Payment

- [Stripe](https://github.com/mesg-foundation/service-stripe) - Easily charge customers through Stripe and get payment notifications in real time
- [Lightning Network](https://github.com/RyanMilb/service-lightning) - Easily pay lightning network invoices using the opennode.co api. Warning: Custodial Solution!

## Processing

- [JS function](https://github.com/mesg-foundation/service-js-function) - MESG service that executes a Javascript function
- [Encryption](https://github.com/antho1404/mesg-service-encryption) - Service to encrypt/decrypt data

## Database

- [InfluxDB](https://github.com/mesg-foundation/service-influxdb) Influx DB service with Grafana
- [Mongo](https://github.com/ilgooz/service-mongo) - Interact with MongoDB
- [MongoDB](https://github.com/emrekeskinmac/mongodb-service) - MongoDB is a NOSQL Database

## WWW

- [GraphQL](https://github.com/ilgooz/service-graphql) - GraphQL server
- [GraphQL Introspection](https://github.com/ilgooz/service-graphql-introspection) - Generate API definition of GraphQL Schema for GraphQL Introspection queries
- [HTTP Server](https://github.com/ilgooz/service-http-server) - A modern HTTP server with caching support

# Contribution

### Share your Awesome MESG service
- [Edit the Readme](https://github.com/mesg-foundation/awesome/edit/master/README.md)
- Add your service in the "Service" section under the appropriate category (you can create a new category, please respect the alphabetical order)
- Add a line with the following format `[Service Name](url_of_the_repository) - Description`
- Create a pull request with your modifications

### Want a new service created but don’t know how to code it?
- Create a [new service proposal](https://github.com/mesg-foundation/awesome/issues/new?template=service.md&labels=service)
- Fill in the service's information
- Submit your proposal
- **Bonus:** Join the [MESG Forum](https://forum.mesg.com) and share the issue with the rest of the community to find someone that might be interested in using it

### Not so much the creative type and prefer to be a builder?
- Check out the [list of services](https://github.com/mesg-foundation/awesome/issues?q=is%3Aissue+is%3Aopen+label%3Aservice) that the community would like created and needs help with

### Need more help?
- Join the [MESG Forum](https://forum.mesg.com)
- Join the [MESG Discord](https://discord.gg/SaZ5HcE) - we’re available to answer your questions
- Check out the [MESG documentation](https://docs.mesg.com)
- Learn how to connect services and applications by following the [tutorials](https://docs.mesg.com/tutorials)

### Found a bug?
- For bugs related to Core, submit an issue on the [Core repository](https://github.com/mesg-foundation/core/issues)

### New to Github?
- Our community follows the Github Flow. Refer to [this guide](https://guides.github.com/introduction/flow/) to learn more about forking, commits, pull requests and merging