Skip to content

This Spells CLI Project allows users to search for D&D5e Character Class spell lists and call on more details about each spell on the list.

Notifications You must be signed in to change notification settings

taylorsieling/spells_cli_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spells_cli_project

SPELL FINDER CLI

This Spells CLI Project allows users to search for Character Class spell lists and call on more details about each spell on the list. In the CLI, the API class makes two calls to the DnD 5e API - one to fetch character classes and spell lists and one to fetch individual spell details (https://www.dnd5eapi.co/api/).

GEMS

These are the gems i used to build my Cli_project

gem 'pry'

gem 'json'

To install them, type Bundle init in your terminal. Then type Bundle install to install each gem.

LICENSE

MIT (https://opensource.org/licenses/MIT)

About

This Spells CLI Project allows users to search for D&D5e Character Class spell lists and call on more details about each spell on the list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages