gitapi.it
v0.0.1
Published
[](https://github.com/darkdarcool/GitData-Typescript/issues) [ {
let data = await git.getUser("yourGitUsernameHere").readData();
console.log(data);
}And then you should see basic(non-sensitive) user data that you can use! But that's not all. We also have a function that allows you to write the data to a file that can be read by ANY other language!
Contributing
Contributing is welcome here! If you feel like contributing, please read our contributing guide!
License
This is a module that is currently under the MIT license, see the license page for more information on how the MIT license is used here.
