LinkWorm is a CLI app that allows you to save links, view all links you've saved, select favorites and mark the ones you've visited. All links are stored in your own private repository. Built using Ruby and countless Gems.
- Clone this repository onto your local machine using
git clone. - Run
bundle installin your terminal to download all the necessary gems. - Run
rake db:migrateto create the database. - Run
rake db:seedto seed the database automatically. - Last, but definitely not least, run
ruby bin/run.rbto start the app. Enjoy!
Quick Note *If having trouble running 'rake' commands, use bundle exec rake*
- Add a Link 🐛
- Enter a new link into your private repository or make it public to share with others
- View Links 🐛
- View all your saved links, favorite links, and links you've visited
- Suggested Links 🐛
- See popular links from around the web
- Public Links 🐛
- See a list of public links added by other users
- Save a link to your private repo
- Update Link 🐛
- Mark a link as favorite or visited
- Remove Link 🐛
- Delete a link from your private repository
- Exit 😞
- We're sad to see you go.
Couldn't have done it without these gems:
- Faker Gem: generates fake data to seed
- TTY::Prompt Gem: prompt for command line interface
- Colorize Gem: enables you to add color to outputted text
- Text to ASCII Art Generator: converts text to ASCII art
Made with ❤️ by Senada Kadric and Felix Rodriguez.
