Govind S
Govind S
**Parsing or Formatting?** - [ x ] Parsing **Is your feature request related to a problem? Please describe.** Right now, i have an issue with completely empty rows being read...
Added order and sort for users to use. Also updated readme to show usage of sort and order and added link to github's documentation. Also note that the change from...
On checking npm, i find that this library still has around 140 downloads/week. We were using ava for testing, but i think moving to jest will help with the overall...
Based on #2 , move the JS template to ejs to start off the implementation.
Right now, all templates are maintained separately which makes the application size much bigger. We should ideally move to a template rendering engine like [ejs](https://www.npmjs.com/package/ejs) which will allow us to...
There are a lot of new REST APIs for wikipedia present in the REST API docs. We'll look through them one by one and implement the same. Any one who...
It would be good if the console output of the repo details could be styled to a more readable form on the console. Right now, it looks like this: ...