Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/gatsby-remark-embed-itunes
Embeding iTunes tracks/albums into your Gatsby remark
https://github.com/rayriffy/gatsby-remark-embed-itunes
Last synced: 9 days ago
JSON representation
Embeding iTunes tracks/albums into your Gatsby remark
- Host: GitHub
- URL: https://github.com/rayriffy/gatsby-remark-embed-itunes
- Owner: rayriffy
- License: mit
- Created: 2019-03-28T06:27:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T04:21:35.000Z (about 5 years ago)
- Last Synced: 2024-10-14T06:21:23.193Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gatsby-remark-embed-itunes
==========================Embeding iTunes tracks/albums into your Gatsby remark
Installation
------------```
yarn add gatsby-remark-embed-itunes
```Usage
-----Config `gatsby-remark-embed-itunes` in `gatsby-config.js` under `gatsby-transformer-remark` plugins
```
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [
`gatsby-remark-embed-itunes`,
]
}
}
```Example
-------```markdown
What an awesome markdown!?`itunes: https://itunes.apple.com/jp/album/touhou-bakuon-jazz-12-hari/1437763702`
such wonderful
```Contributing
------------We welcome all contributions by sending PR to this repository.
Need Help ?
-----------If you need help with anything, here're following methods:
#### Create an Issue
If you have something you want to discuss in detail, or have hit an issue which you believe others will also have in deployment or development of the system, [opening an issue](https://github.com/rayriffy/gatsby-remark-embed-itunes/issues) is the best way to get help. It creates a permanent resource for others wishing to contribute to conversation.