You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
581 B
581 B
README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
How to test from the console
email = ""
password = ""
res = FetchEmails.call(email: email, password: password, query_from: Time.now - 30.days)
res = MonitorInbox.call!(email: email,password: password)