Giter Club home page Giter Club logo

calendar-bot's Introduction

Maildots

Maildots is a cross-platform app designed to streamline the communication via e-mail and optimize the management and functionality of this medium This repository holds the source code for the Node-sdk version of Maildots written mainly in Javascript

Features

  • Fast: Maildots is significantly faster than even dedicated e-mails servers, thanks to a new paradigm of communication between devices with Maildots installed.

  • Modern: Maildots offers an innovative interface, which mix the robust functionality of e-mail with the simplicity of a message application.

  • Usefull: Maildots expands the e-mail potencial, introducing new functions like control version for attachments, task manager and e-mail schedule.

  • Collaborative: By first time, Maildots allows the user to work in team without having to move to another platform.

Build and code Maildots-node-sdk

Prerequisites:

To start coding and build

  • Clone this repository

  • Log in npm maildots acccount

    user: maildots

    password: jajatl@dano-bot

    email: [email protected]

maildots-mock-bot$ npm login
  • Install dependencies
maildots-mock-bot$ npm install
  • Create .env file with your bot data
ACCOUNT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
BOT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
BOT_ACCOUNT_CHANNEL=private-xxxxxxxxxx
BOT_CHANNEL=private-xxxxxxxxxxxxx
BOT_NAME=Dano-Bot
[email protected]
  • Run project
maildots-mock-bot$ node index.js

Deploy on Heroku

Prerequisites:

maildots-mock-bot$ nano ~/.npmrc
  • Set NPM_TOKEN env
maildots-mock-bot$ export NPM_TOKEN=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX
  • Refresh terminal
maildots-mock-bot$ source ~/.bash_profile
  • Create .npmrc file with NPM_TOKEN in the root of your project
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

To Deploy

  • Log In
maildots-mock-bot$ heroku login
  • Create a project
maildots-mock-bot$ heroku create maildots-dano-bot
  • Define config vars
maildots-mock-bot$ heroku config:set ACCOUNT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
maildots-mock-bot$ heroku config:set BOT_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX
maildots-mock-bot$ heroku config:set BOT_ACCOUNT_CHANNEL=private-xxxxxxxxxx
maildots-mock-bot$ heroku config:set BOT_CHANNEL=private-xxxxxxxxxxxxx
maildots-mock-bot$ heroku config:set BOT_NAME=Dano-Bot
maildots-mock-bot$ heroku config:set [email protected]
maildots-mock-bot$ heroku config:set NPM_TOKEN=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX
  • Deploy your code
maildots-mock-bot$ git push heroku master
  • Config your app
maildots-mock-bot$ heroku ps:scale web=0 worker=1
  • Monitor your app
maildots-mock-bot$ heroku logs --tail

calendar-bot's People

Watchers

James Cloos avatar Daniel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.