our command line application gathers tweets related to companies' stock and analyzes the mood of the market!
- OPEN command line
- cd to our folder directory
- In command line type "bundle install" - This installs all the ruby gems required to run our app
- In command line type "ruby bin/run.rb" - Starts the application
- Follow the instruction.
Note: In command line you can enter the 'number' instead of the command name. Example: to login, you can enter '1' or 'login' in the command line.
- login to log into the application
- create account creates a new username
- list lists companies available to add to your portfolio
- help lists commands available
- exit exit the application
- list companies listed in database
- list my portfolio lists your portfolio companies
- portfolio mood lists your portfolio companies, along with their market mood
- add company adds a company from the list to your portfolio
- create company adds a company to the list and adds the company to your portfolio
- delete company removes company from your portfolio list
- list all analysts analysts in database
- list my analysts lists analysts you follow
- add analyst follow an analyst from the list
- create analyst add an analyst to the list and follow them
- delete analyst unfollow an analyst
- help lists commands available
- logout log out of this account