Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added mintty.2023-07-31_11-20-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Home() {
const options = {
method: "GET",
headers: {
"X-RapidAPI-Key": "036795ec2amsh8c2b98ef8a502acp146724jsn6f3538b26522",
"X-RapidAPI-Key": "26de8eae8cmshf94dce60944bca6p17a2e1jsn726a251f07c4",
"X-RapidAPI-Host": "shazam-core.p.rapidapi.com",
},
};
Expand Down Expand Up @@ -67,7 +67,7 @@ export default function Home() {
setChartTitle("Out the mud : Top Hip Hop Chart in the US"),
setChartData(usHopChart);
}

console.log(chartImg)
function getNaijaChart() {
setChartImg(naijaChart[0]?.images?.coverart),
setChartTitle("Gbedu : Top Naija"),
Expand Down
4 changes: 2 additions & 2 deletions src/components/SinglesSongs.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Song from './Song'
import Song from '../components/Song'
import React from 'react'
export default function SinglesSongs(){
const [singlesData, setSinglesData] = React.useState([])
const options = {
method: 'GET',
headers: {
'X-RapidAPI-Key': '036795ec2amsh8c2b98ef8a502acp146724jsn6f3538b26522',
'X-RapidAPI-Key': '26de8eae8cmshf94dce60944bca6p17a2e1jsn726a251f07c4',
'X-RapidAPI-Host': 'shazam-core.p.rapidapi.com'
}
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/artisteMusicOverview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ArtisteMusicOverview() {
const options = {
method: 'GET',
headers: {
'X-RapidAPI-Key': '036795ec2amsh8c2b98ef8a502acp146724jsn6f3538b26522',
'X-RapidAPI-Key': '26de8eae8cmshf94dce60944bca6p17a2e1jsn726a251f07c4',
'X-RapidAPI-Host': 'shazam-core.p.rapidapi.com'
}
};
Expand Down