A modern, simple OSM profile built with React.
Report Bug
·
Request Feature
Table of Contents
I built this over a weekend with the goal of creating a simplified and modern looking alternative (for myself) to "How Did You Contribute". Currently, this project only serves my OSM data via the API but I may change that in the future.
Getting this setup for your self is fairly straightforward. You only need to modify the USER_ID
and START_TIME
variables.
- Ensure you have the latest version of
npm
installed on your device. - Navigate to https://api.openstreetmap.org/api/0.6/user/details.json and login with your OSM details.
- You will need the
id
andaccount_created
- You will need the
-
Clone the repo
git clone https://github.com/Kvanrooyen/osm-profile.git
-
Install NPM packages
npm install
-
Enter your
id
andaccount_created
inosmApi.js
const USER_ID = 'ENTER YOUR ID'; const START_TIME = 'ENTER YOUR START TIME';
- Contribution Heatmap
- Social Links
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0 License. See LICENSE
for more information.
Mastodon: @governorkeagan@en.osm.town · Matrix: @governorkeagan:matrix.org