Skip to content

agepoly/wish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wish.agepoly.ch

Wish

download the dependances

npm install

add configuration file src/config.js

module.exports = {
    mail: "Wish <wish@epfl.ch>",
    user: "jojo",
    password: "1234",
    host: "mail.school.com",
    port: 465,
    history_password: "1234",
    mongodb_url: "mongodb://localhost:27017/"
};

run the server

nodejs src/index.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published