-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix markdown violations on Readme #22
base: master
Are you sure you want to change the base?
Conversation
Hey @areed1192, congratulations on making the first PR to eiapy that isn't from me! 😆 What did you have in mind for refactoring? |
Oh trust me I've been there 😆! For the most part when it comes to refactoring I was thinking of splitting up the main client file into a folder called Let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @areed1192 a few comments from me but looks good otherwise.
``` | ||
|
||
Further examples can be found [in this gist](https://gist.github.com/systemcatch/019cf50302093b9b51838c62b99623df). | ||
|
||
To find more details about the API go to the EIA's [Open Data](https://www.eia.gov/opendata/) page. To find interesting data (and identifiers) [browse the data sets](https://www.eia.gov/opendata/qb.php). | ||
To find more details about the API go to the EIA"s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it meant to be a "
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @areed1192 can you confirm either way on this? Once it's done I'll merge.
An API key is needed to access the EIA's data, you can get one [here](https://www.eia.gov/opendata/register.php). eiapy needs this key to be manually set in the operating system environmental variables. | ||
## Setting up your API key | ||
|
||
An API key is needed to access the EIA"s data, you can get one [here](https://www.eia.gov/opendata/register.php). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question.
Went through and cleaned up the
README.md
file. I was planning on doing some refactoring of the code if you're open to it.