I'm trying to develop a meteor application and in that i want to get the data of a user from stackoverlow.
Suppose, My username is
https://stackoverflow.com/users/1934044/user1934044
When user enters this link in my textbox i want to get the info about this user
For this, Do we need to register an application in stack apps or we can directly get the data from stackexchange api.
I'm not using the stackexchange login system(OAUTH) in my app.
If we can directly get the data, how to do it
Can someont point me to the tutorial