Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 914d4a7

Browse files
authored
Merge pull request #196 from SchoolyB/Development
Development
2 parents d961df6 + 9fb357e commit 914d4a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1016
-8
lines changed

client/assets/locatorMaps/ca.png

16 KB
Loading

client/assets/locatorMaps/cf.png

19.1 KB
Loading

client/assets/locatorMaps/cl.png

11.6 KB
Loading

client/assets/locatorMaps/cm.png

11.1 KB
Loading

client/assets/locatorMaps/cn.png

21.7 KB
Loading

client/assets/locatorMaps/co.png

11.5 KB
Loading

client/assets/locatorMaps/kh.png

21.4 KB
Loading

client/src/includes/countries.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ import axios from 'axios'
22
import { CountryData } from '../types/countryData'
33

44
export function getCountry(id: string) {
5-
return axios
6-
.get<CountryData>(`https://restcountries.com/v2/alpha/${id}`)
7-
.then((res) => res.data)
5+
return (
6+
axios
7+
// .get<CountryData>(`https://restcountries.com/v2/alpha/${id}`)
8+
// .then((res) => res.data)
9+
.get<CountryData>(`http://schoolyb.github.io/v1/data/country/${id}.json`)
10+
.then((res) => res.data)
11+
)
812
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
A prominent feature in Andorra's culture is the Romanesque art found in the principality's valleys.
2+
3+
There are more than 50 Romanesque churches in Andorra.
4+
5+
There are also a number of museums, The National Museums of Andorra.
6+
7+
Literature also stands out in in Andorra's culture. Some of its writers are Albert Salvadó, Antoni Morell and Joan Peruga.
8+
9+
In music the International Jazz Festival is celebrated during the month of June and during September the Ordino Clasical Music Festival.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Andorra's economy is based on tourism and commerce.
2+
3+
Since 2002 the oficial currency of Andorra is the Euro. Until them it was the peseta.

0 commit comments

Comments
 (0)