Skip to content

senadakadric/LinkWorm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkWorm 🐛

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.

How to run

First things first:

  1. Clone this repository onto your local machine using git clone.
  2. Run bundle install in your terminal to download all the necessary gems.
  3. Run rake db:migrate to create the database.
  4. Run rake db:seed to seed the database automatically.
  5. Last, but definitely not least, run ruby bin/run.rb to start the app. Enjoy!

Quick Note *If having trouble running 'rake' commands, use bundle exec rake*

Main Menu

  • 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.

Built With

Couldn't have done it without these gems:

Thanks for checking out LinkWorm! 🐛

Made with ❤️ by Senada Kadric and Felix Rodriguez.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%