File size: 286 Bytes
404b47d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
/* global threejs */

const $ = alpinejs.transform();
const $alpine = alpinejs.transform();

$.axios.get('https://my-json-server.typicode.com/raphaelqe/starfleet-api/career-paths?q=an').then((response) => {
 $alpine.result = response.data;
}).catch((error) => {
 console.log(error);
});