An open API service indexing awesome lists of open source software.

https://github.com/riz4d/riz4d


https://github.com/riz4d/riz4d

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Hey!!
```JS
// Profile data
interface Profile {
userId: string;
name: string;
pronouns: string;
profession: string;
hobbies: string[];
interestedIn: string[];
contacts: {
telegram: string;
tryHackMe: string;
linkedIn: string;
email: string;
};
}

const profile: Profile = {
userId: '@riz4d',
name: 'Mohamed Rizad',
pronouns: 'He/Him',
profession: 'Student',
hobbies: ["CTF's", 'Researching'],
interestedIn: ['Machine Learning', 'Cyber Security', 'Artificial Intelligence', 'Robotics'],
contacts: {
telegram: 'https://t.me/riz4d',
tryHackMe: 'https://tryhackme.com/p/Mohamedrizad',
linkedIn: 'https://linkedin.com/in/mohamedrizad/',
email: 'mailto:github@rizad.me',
},
};

```
[![An image of @riz4d's Holopin badges](https://holopin.me/riz4d)](https://holopin.io/@riz4d)